File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
copilot/pipelines/envpipeline Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ source:
2222
2323# This section defines the order of the environments your pipeline will deploy to.
2424stages :
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]
You can’t perform that action at this time.
0 commit comments