Created
September 3, 2021 19:11
-
-
Save techforum-repo/3dbd93d7487b32c56dae5c03c3935c20 to your computer and use it in GitHub Desktop.
This file contains 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
image: atlassian/default-image:2 | |
pipelines: | |
branches: | |
dev: | |
- step: | |
script: | |
- git remote add sync https://testuser:[email protected]/test/test.git | |
- git checkout dev | |
- git pull | |
- git push sync dev | |
uat: | |
- step: | |
script: | |
- git remote add sync https://testuser:[email protected]/test/test.git | |
- git checkout uat | |
- git pull | |
- git push sync uat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment