Last active
April 12, 2022 12:43
-
-
Save cp-sumi-k/6058475c2cd34cf6a71bcd25b1d1ea40 to your computer and use it in GitHub Desktop.
https://blog.canopas.com/complete-guide-to-deploying-ssr-vite-apps-on-aws-with-automation-27676113d6ac - deploy cloudformation stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Deploy cloudformation stack | |
id: SSR-stack | |
uses: aws-actions/aws-cloudformation-github-deploy@v1 | |
with: | |
name: SSR-stack | |
template: infrastructure/template.yml | |
capabilities: CAPABILITY_IAM,CAPABILITY_NAMED_IAM | |
timeout-in-minutes: "10" | |
no-fail-on-empty-changeset: "1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment