mirror of
				https://github.com/yeslayla/nakama-helm-chart.git
				synced 2025-10-31 10:43:05 +01:00 
			
		
		
		
	Target proper template with deploy action
This commit is contained in:
		
							
								
								
									
										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 |       uses: aws-actions/aws-cloudformation-github-deploy@v1 | ||||||
|       with: |       with: | ||||||
|         name: ecs-nakama-stack |         name: ecs-nakama-stack | ||||||
|         template: top.yaml |         template: cloudformation/nakama/top.yaml | ||||||
|         capabilities: "CAPABILITY_NAMED_IAM,CAPABILITY_IAM" |         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 }} |         parameter-overrides: VpcId=${{ secrets.VPC_ID }},Domain=${{ secrets.DOMAIN }},SubDomain=nakama,PortalCertificate=${{ secrets.CERTIFICATE_ARN }},PublicSubnets=${{ secrets.SUBNET_IDS }} | ||||||
		Reference in New Issue
	
	Block a user