Skip to content

Commit 708be09

Browse files
authored
Update entrypoint.sh
1 parent d04faf9 commit 708be09

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

entrypoint.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ git config core.sshCommand "ssh -i $WPENGINE_SSH_KEY_PRIVATE_PATH -o UserKnownHo
3535

3636
echo "ADDING GIT REMOTE"
3737
git remote add $WPENGINE_ENV git@$WPENGINE_HOST:$WPENGINE_ENV/$WPENGINE_ENVIRONMENT_NAME.git
38+
git remote -v
3839

39-
echo "PUSHING TO WP-ENGINE $BRANCH"
40-
git push -fu $WPENGINE_ENV $BRANCH:master
40+
echo "PUSHING TO WP-ENGINE"
41+
git push -fu $WPENGINE_ENV HEAD:master
4142

4243
echo "ALL DONE"

0 commit comments

Comments
 (0)