From 8e6cd15101edaa62e4f050ee2b3353fe7e434baa Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Mon, 30 Aug 2021 16:32:22 +0800 Subject: [PATCH] Update action-deploy.sh --- action-deploy.sh | 1 + 1 file changed, 1 insertion(+) 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