File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ steps:
3838 type : pending-approval
3939 title : Deploy Release to Staging?
4040 stage : Staging
41-
41+
4242 deploy_staging :
4343 title : Releasing to Staging
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