Skip to content

Commit

Permalink
Revert "fix: fixed issue where bot was not up to date with git repo"
Browse files Browse the repository at this point in the history
This reverts commit 539e625.
  • Loading branch information
SpudsTheCyan committed Aug 5, 2024
1 parent 539e625 commit cbf99e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
envs: BOT_TOKEN
script:
git switch beta && git pull && docker compose -f /home/pi/Bot_Data/charidiots/docker-compose-dev.yml up -d --build && sudo docker image prune -f
docker compose -f /home/pi/Bot_Data/charidiots/docker-compose-dev.yml up -d --build && sudo docker image prune -f
2 changes: 1 addition & 1 deletion .github/workflows/runnner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
envs: BOT_TOKEN
script:
git switch master && git pull && docker compose -f /home/pi/Bot_Data/charidiots/docker-compose-dev.yml up -d --build && sudo docker image prune -f
docker compose -f /home/pi/Bot_Data/charidiots/docker-compose.yml up -d --build && sudo docker image prune -f

0 comments on commit cbf99e8

Please sign in to comment.