From 77965b715f7b3b0cff70aef6660d5ddad9ffbc3c Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Thu, 30 Apr 2020 23:11:19 -0400 Subject: [PATCH] Fix cloudformation top stack location --- .github/workflows/release_server.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_server.yml b/.github/workflows/release_server.yml index 52e8941..e945a96 100644 --- a/.github/workflows/release_server.yml +++ b/.github/workflows/release_server.yml @@ -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 }} \ No newline at end of file