Skip to content

Commit

Permalink
Merge pull request #93 from TIHLDE/dev
Browse files Browse the repository at this point in the history
deployment will now force pull
  • Loading branch information
borgaar authored Jan 9, 2025
2 parents bf5dd45 + 649bfe7 commit 3999ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
ssh -v -i ~/.ssh/key ${{ secrets.USER }}@${{ secrets.HOST }} << 'ENDSSH'
cd ${{ secrets.PATH }}
chmod 0600 .env
git pull
git pull -f
make prod
ENDSSH

0 comments on commit 3999ee0

Please sign in to comment.