ABDAN HAFIDZ commited on
Update deploy-production.yml
Browse files
.github/workflows/deploy-production.yml
CHANGED
|
@@ -39,4 +39,4 @@ jobs:
|
|
| 39 |
|
| 40 |
git remote add vps ssh://capstone4@${{ secrets.VPS_HOST }}:10022/home/capstone4/git/repos/frontend-production.git
|
| 41 |
|
| 42 |
-
git push vps HEAD:
|
|
|
|
| 39 |
|
| 40 |
git remote add vps ssh://capstone4@${{ secrets.VPS_HOST }}:10022/home/capstone4/git/repos/frontend-production.git
|
| 41 |
|
| 42 |
+
git push vps HEAD:production --force
|