Skip to content

Commit fb0520e

Browse files
committed
fix env
1 parent fc5cc33 commit fb0520e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codefresh/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

@@ -58,6 +58,6 @@ steps:
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}}

0 commit comments

Comments
 (0)