Skip to content

Commit ba2b247

Browse files
authored
Update entrypoint.sh
1 parent 97122ab commit ba2b247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ git remote add $WPENGINE_ENV git@$WPENGINE_HOST:$WPENGINE_ENV/$WPENGINE_ENVIRONM
3838
git remote -v
3939

4040
echo "PUSHING TO WP-ENGINE: $WPENGINE_ENV"
41-
git push -fu $WPENGINE_ENV HEAD:master
41+
git push -f $WPENGINE_ENV
4242

4343
echo "ALL DONE"

0 commit comments

Comments
 (0)