Skip to content

Commit

Permalink
fix: reset local master
Browse files Browse the repository at this point in the history
  • Loading branch information
MattEstHaut committed Apr 12, 2024
1 parent 7c4ebab commit e3dfd11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vps-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
script_stop: true
script: |
cd /home/${{ secrets.USERNAME }}/Victoire
git pull origin master
git checkout master
git fetch origin
git reset --hard origin/master
zig build -Doptimize=ReleaseFast

0 comments on commit e3dfd11

Please sign in to comment.