Skip to content

Commit 1a09ba4

Browse files
committed
add stack name
1 parent 3ccbc74 commit 1a09ba4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

copilot/pipelines/envpipeline/manifest.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ source:
2222

2323
# This section defines the order of the environments your pipeline will deploy to.
2424
stages:
25-
- # The name of the environment.
26-
name: default
27-
deployments:
28-
deploy-env:
29-
template_path: infrastructure/default.env.yml
30-
template_config: infrastructure/default.env.params.json
31-
# Optional: flag for manual approval action before deployment.
32-
# requires_approval: true
33-
# Optional: use test commands to validate this stage of your build.
34-
# test_commands: [echo 'running tests', make test]
35-
25+
- # The name of the environment.
26+
name: default
27+
deployments:
28+
deploy-env:
29+
template_path: infrastructure/default.env.yml
30+
template_config: infrastructure/default.env.params.json
31+
stack_name: demo-default
32+
# Optional: flag for manual approval action before deployment.
33+
# requires_approval: true
34+
# Optional: use test commands to validate this stage of your build.
35+
# test_commands: [echo 'running tests', make test]

0 commit comments

Comments
 (0)