Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9af7ea86ea | ||
|
|
7804d25c51 | ||
|
|
0816e19740 | ||
|
|
2b326ad54f |
@@ -178,7 +178,8 @@ jobs:
|
|||||||
# keep their current (still existing) tag in the registry.
|
# keep their current (still existing) tag in the registry.
|
||||||
if [ "${{ steps.changes.outputs.build_bot }}" = "true" ]; then
|
if [ "${{ steps.changes.outputs.build_bot }}" = "true" ]; then
|
||||||
sed -i "s|image: .*polymarket-bot[^-].*|image: git.chemavx.xyz/chemavx/polymarket-bot:${TAG}|g" \
|
sed -i "s|image: .*polymarket-bot[^-].*|image: git.chemavx.xyz/chemavx/polymarket-bot:${TAG}|g" \
|
||||||
polymarket-bot/deployment-bot.yaml
|
polymarket-bot/deployment-bot.yaml \
|
||||||
|
polymarket-bot/cronjob-outcomes.yaml
|
||||||
fi
|
fi
|
||||||
if [ "${{ steps.changes.outputs.build_api }}" = "true" ]; then
|
if [ "${{ steps.changes.outputs.build_api }}" = "true" ]; then
|
||||||
sed -i "s|image: .*polymarket-bot-api.*|image: git.chemavx.xyz/chemavx/polymarket-bot-api:${TAG}|g" \
|
sed -i "s|image: .*polymarket-bot-api.*|image: git.chemavx.xyz/chemavx/polymarket-bot-api:${TAG}|g" \
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
asyncpg==0.29.0
|
asyncpg==0.29.0
|
||||||
httpx==0.27.0
|
httpx==0.27.0
|
||||||
fastapi==0.111.0
|
fastapi==0.111.0
|
||||||
uvicorn[standard]==0.29.0
|
uvicorn[standard]==0.50.0
|
||||||
pydantic==2.7.0
|
pydantic==2.7.0
|
||||||
|
|
||||||
# Polymarket (install from PyPI when ready for real trading)
|
# Polymarket (install from PyPI when ready for real trading)
|
||||||
|
|||||||
Reference in New Issue
Block a user