Skip to content

Commit 05d9da3

Browse files
committed
fetch deploy_branch
1 parent 71f59a6 commit 05d9da3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ if ! git diff --exit-code --quiet --cached; then
3232
exit 1
3333
fi
3434

35+
git fetch origin $deploy_branch
36+
3537
#make deploy_branch the current branch
3638
git symbolic-ref HEAD refs/heads/$deploy_branch
3739

0 commit comments

Comments
 (0)