Fix cloudformation top stack location

This commit is contained in:
Layla 2020-04-30 23:11:19 -04:00
parent 1ceff14887
commit 77965b715f
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31

View File

@ -96,7 +96,7 @@ jobs:
- name: Deploy to AWS CloudFormation
uses: aws-actions/aws-cloudformation-github-deploy@v1
with:
name: ecs-nakama-stack
template: cloudformation/nakama/top.yaml
name: dt-infrastructure
template: infrastructure/cloudformation/dt/top.yaml
capabilities: "CAPABILITY_NAMED_IAM,CAPABILITY_IAM"
parameter-overrides: VpcId=${{ secrets.VPC_ID }},Domain=${{ secrets.DOMAIN }},PublicSubnets=${{ secrets.SUBNET_IDS }}