Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geleeroyale authored Sep 4, 2024
1 parent 1e645c7 commit 99780cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ci

on:
push:
branches:
- main
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -54,3 +57,8 @@ jobs:
docker compose pull givpower-bot
docker compose up -d givpower-bot
docker image prune -a --force
cd ~/givpower-bots/givpower-bot-zkevm-production
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 99780cc

Please sign in to comment.