Skip to content

Instantly share code, notes, and snippets.

@keeneyemedia
Created January 10, 2018 21:27
Show Gist options
  • Save keeneyemedia/678c9dcab776c0643249323028930f0c to your computer and use it in GitHub Desktop.
Save keeneyemedia/678c9dcab776c0643249323028930f0c to your computer and use it in GitHub Desktop.
Sample bitbucket-pipelines.yml for WPengine GIT Push
pipelines:
branches:
master:
- step:
script:
- git push git@git.wpengine.com:production/YOUR_INSTALL_NAME.git master
- echo "Completed"
staging:
- step:
script:
- git push git@git.wpengine.com:staging/YOUR_INSTALL_NAME.git staging
- echo "Completed"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment