Update action-deploy.sh

This commit is contained in:
Jerry Ma
2021-08-30 16:32:22 +08:00
committed by GitHub
parent 2f186e5db9
commit 8e6cd15101

View File

@@ -24,6 +24,7 @@ git add .
git commit -m "automatic deployment"
git remote rm origin
git remote add origin "${remote_repo}"
git push -u origin deploy --force