We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04faf9 commit 708be09Copy full SHA for 708be09
1 file changed
entrypoint.sh
@@ -35,8 +35,9 @@ git config core.sshCommand "ssh -i $WPENGINE_SSH_KEY_PRIVATE_PATH -o UserKnownHo
35
36
echo "ADDING GIT REMOTE"
37
git remote add $WPENGINE_ENV git@$WPENGINE_HOST:$WPENGINE_ENV/$WPENGINE_ENVIRONMENT_NAME.git
38
+git remote -v
39
-echo "PUSHING TO WP-ENGINE $BRANCH"
40
-git push -fu $WPENGINE_ENV $BRANCH:master
+echo "PUSHING TO WP-ENGINE"
41
+git push -fu $WPENGINE_ENV HEAD:master
42
43
echo "ALL DONE"
0 commit comments