Skip to content

Commit

Permalink
fix: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Dec 2, 2024
1 parent 3be4ab1 commit 2f426d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testnet_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if [ -d "\$REPO_PATH/.git" ]; then
echo "Repository exists, pulling changes..."
cd \$REPO_PATH
sudo docker-compose down
sudo docker compose down
git reset --hard HEAD
git pull
else
Expand All @@ -51,5 +51,6 @@ jobs:
sudo chmod -R 755 \$REPO_PATH
aws s3 cp s3://$AWS_PATH/ \$REPO_PATH --recursive
sudo docker-compose up --build -d
# Use docker compose
sudo docker compose up --build -d
EOF

0 comments on commit 2f426d0

Please sign in to comment.