Created
January 10, 2018 21:27
-
-
Save keeneyemedia/678c9dcab776c0643249323028930f0c to your computer and use it in GitHub Desktop.
Sample bitbucket-pipelines.yml for WPengine GIT Push
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pipelines: | |
branches: | |
master: | |
- step: | |
script: | |
- git push [email protected]:production/YOUR_INSTALL_NAME.git master | |
- echo "Completed" | |
staging: | |
- step: | |
script: | |
- git push [email protected]: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