Skip to content

Commit bb52938

Browse files
Create main.yml
1 parent 878e2ae commit bb52938

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: AWS CloudFormation "Deploy CloudFormation Stack" Action for GitHub Actions
2+
# You may pin to the exact commit or the version.
3+
# uses: aws-actions/aws-cloudformation-github-deploy@dfbee8a4fec90af61b71bafda3890f8c4a2075ef
4+
uses: aws-actions/aws-cloudformation-github-deploy@v1.0.3
5+
with:
6+
# The name of the CloudFormation stack
7+
name: Cuckoo-AWS-Cloudformation
8+
# The path or URL to the CloudFormation template
9+
template: cuckoo-aws-cloudformation.yaml

0 commit comments

Comments
 (0)