File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 delay : 20
2323 exponentialFactor : 1.1
2424 commands :
25- - " true"
25+ - " true"
2626
2727 push_image_tag :
2828 title : Push image with release tag
3232 candidate : " ${{CF_DOCKER_REPO_URL}}/${{CF_REPO_NAME}}:${{CF_REVISION}}"
3333 registry : dockerhub
3434 tags :
35- - " ${{CF_RELEASE_TAG}}"
35+ - " ${{CF_RELEASE_TAG}}"
3636
3737 deploy_staging_confirmation :
3838 type : pending-approval
4444 stage : " Staging"
4545 image : ' codefresh/cli:latest'
4646 environment :
47- STAGE : staging
47+ - STAGE : staging
4848 commands :
4949 - codefresh run ${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}/deploy-${{STAGE}} -d -b=${{CF_BRANCH}} -v CF_RELEASE_TAG=${{CF_RELEASE_TAG}} -v CF_PRERELEASE_FLAG=${{CF_PRERELEASE_FLAG}} -v STAGE=${{STAGE}}
5050
5858 stage : " Production"
5959 image : ' codefresh/cli:latest'
6060 environment :
61- STAGE : prod
61+ - STAGE : prod
6262 commands :
6363 - codefresh run ${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}/deploy-${{STAGE}} -d -b=${{CF_BRANCH}} -v CF_RELEASE_TAG=${{CF_RELEASE_TAG}} -v CF_PRERELEASE_FLAG=${{CF_PRERELEASE_FLAG}} -v STAGE=${{STAGE}}
You can’t perform that action at this time.
0 commit comments