From d544a376096b96a24c675110c3d93c8abb8ed04e Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 14 Nov 2021 19:48:44 +0100 Subject: [PATCH] update git in deploy --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 8f6ee07..29ed3ab 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -git checkout production && git pull main && git push && git checkout main +git checkout production && git pull origin main && git push && git checkout main cd deployment