Skip to content

Commit

Permalink
Fix fine point in deploy
Browse files Browse the repository at this point in the history
always fetch before checking out a branch that might not be there
  • Loading branch information
obscurerichard authored Jan 3, 2025
1 parent 4dbae19 commit 8d7e0d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
script: |
set -euo pipefail
cd /opt/compose
git fetch
git checkout main
git pull
docker compose pull
Expand Down

0 comments on commit 8d7e0d7

Please sign in to comment.