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