Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geleeroyale authored Aug 5, 2024
1 parent 44303bf commit f3acad0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ jobs:
key: ${{ secrets.SSH_PRIVATEKEY }}
port: ${{ secrets.SSH_PORT }}
script: |
cd givpower-bot
cd ~/givpower-bots/givpower-bot-optimism-production
docker compose stop givpower-bot
docker compose pull givpower-bot
docker compose up -d givpower-bot
cd ~/givpower-bots/givpower-bot-xdai-production
docker compose stop givpower-bot
docker compose pull givpower-bot
docker compose up -d givpower-bot
Expand Down

0 comments on commit f3acad0

Please sign in to comment.