Target proper template with deploy action
This commit is contained in:
parent
770a3fe7b8
commit
2c03d7bca1
2
.github/workflows/push_production.yml
vendored
2
.github/workflows/push_production.yml
vendored
@ -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 }}
|
Loading…
Reference in New Issue
Block a user