Skip to content

Commit 3999ee0

Browse files
authored
Merge pull request #93 from TIHLDE/dev
deployment will now force pull
2 parents bf5dd45 + 649bfe7 commit 3999ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
ssh -v -i ~/.ssh/key ${{ secrets.USER }}@${{ secrets.HOST }} << 'ENDSSH'
4141
cd ${{ secrets.PATH }}
4242
chmod 0600 .env
43-
git pull
43+
git pull -f
4444
make prod
4545
ENDSSH

0 commit comments

Comments
 (0)