Target proper template with deploy action

This commit is contained in:
Layla 2020-04-26 00:51:52 -04:00
parent 770a3fe7b8
commit 2c03d7bca1

View File

@ -29,6 +29,6 @@ jobs:
uses: aws-actions/aws-cloudformation-github-deploy@v1
with:
name: ecs-nakama-stack
template: top.yaml
template: cloudformation/nakama/top.yaml
capabilities: "CAPABILITY_NAMED_IAM,CAPABILITY_IAM"
parameter-overrides: VpcId=${{ secrets.VPC_ID }},Domain=${{ secrets.DOMAIN }},SubDomain=nakama,PortalCertificate=${{ secrets.CERTIFICATE_ARN }},PublicSubnets=${{ secrets.SUBNET_IDS }}