diff --git a/action-deploy.sh b/action-deploy.sh index 66eb0b34..55c2e06b 100644 --- a/action-deploy.sh +++ b/action-deploy.sh @@ -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