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 5e6bbd9 commit 44303bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
key: ${{ secrets.SSH_PRIVATEKEY }}
port: ${{ secrets.SSH_PORT }}
script: |
cd giveth-all
docker compose stop impact-graph
docker compose pull impact-graph
docker compose up -d impact-graph
cd givpower-bot
docker compose stop givpower-bot
docker compose pull givpower-bot
docker compose up -d givpower-bot
docker image prune -a --force

0 comments on commit 44303bf

Please sign in to comment.