Skip to content

Commit fc5cc33

Browse files
committed
fix yaml
1 parent b82db8b commit fc5cc33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

codefresh/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
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
@@ -32,7 +32,7 @@ steps:
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
@@ -44,7 +44,7 @@ steps:
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)