Skip to content

Commit

Permalink
Adding tags
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 4, 2024
1 parent 17b2fb8 commit 087fdee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/cloudformation-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ runs:
--template-file "${{inputs.CLOUD_FORMATION_TEMPLATE_FILE}}" \
--stack-name "${{inputs.CLOUD_FORMATION_STACK}}" \
--parameter-overrides file://TemplateParameters.json \
--tags "App=${{inputs.CLOUD_FORMATION_STACK}}" \
"Version=${{inputs.BUILD_VERSION}}" \
--notification-arns "${{inputs.CLOUDFORMATION_SNS_ARN}}"
- if: inputs.CLOUDFORMATION_SNS_ARN == ''
Expand All @@ -126,7 +128,9 @@ runs:
cloudformation deploy \
--template-file "${{inputs.CLOUD_FORMATION_TEMPLATE_FILE}}" \
--stack-name "${{inputs.CLOUD_FORMATION_STACK}}" \
--parameter-overrides file://TemplateParameters.json
--parameter-overrides file://TemplateParameters.json \
--tags "App=${{inputs.CLOUD_FORMATION_STACK}}" \
"Version=${{inputs.BUILD_VERSION}}"
- name: "AWS Enable Stack termination protection"
shell: bash
Expand Down

0 comments on commit 087fdee

Please sign in to comment.