We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf5dd45 + 649bfe7 commit 3999ee0Copy full SHA for 3999ee0
.github/workflows/deploy.yml
@@ -40,6 +40,6 @@ jobs:
40
ssh -v -i ~/.ssh/key ${{ secrets.USER }}@${{ secrets.HOST }} << 'ENDSSH'
41
cd ${{ secrets.PATH }}
42
chmod 0600 .env
43
- git pull
+ git pull -f
44
make prod
45
ENDSSH
0 commit comments