Skip to content

Commit

Permalink
Add git fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivixer committed Apr 21, 2024
1 parent 4848550 commit 40b1bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
port: ${{ secrets.RASPBERRY_PI_PORT }}
script: |
cd /backend
git fetch
git pull
docker kill $(docker ps -q)
docker rm $(docker ps -a -q)
Expand Down

0 comments on commit 40b1bf6

Please sign in to comment.