- update your github private key in
secrets.yml
file - update your github repository path in
pipeline.yml
file- line 11, 26
- provision a pipeline server
- fly -t targetName login --team-name main --concourse-url yourServerUrl
- fly -t targetName sp -p pipelineName -c ci/pipeline.yml -l ci/secrets.yml
$ git checkout -b feature/dddd
Switched to a new branch 'feature/dddd'
$ git push origin feature/dddd
Total 0 (delta 0), reused 0 (delta 0)
To https://github.com/xxx/concourse-branch.git
* [new branch] feature/dddd -> feature/dddd