mirror of
				https://github.com/yeslayla/aws-ecs-jenkins.git
				synced 2025-11-04 00:13:03 +01:00 
			
		
		
		
	Move cfn location
Fix deploy Space seperated subnets
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build_stage.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build_stage.yml
									
									
									
									
										vendored
									
									
								
							@ -33,6 +33,6 @@ jobs:
 | 
			
		||||
      uses: aws-actions/aws-cloudformation-github-deploy@v1
 | 
			
		||||
      with:
 | 
			
		||||
        name: ecs-jenkins
 | 
			
		||||
        template: cloudformation/top.yaml
 | 
			
		||||
        template: cloudformation/jenkins/top.yaml
 | 
			
		||||
        capabilities: "CAPABILITY_NAMED_IAM,CAPABILITY_IAM"
 | 
			
		||||
        parameter-overrides: VpcId=${{ secrets.VPC_ID }},PublicSubnets=${{ secrets.SUBNET_IDS }},EcsCluster=${{ secrets.CLUSTER }},PortalCertificate=${{ secrets.CERTIFICATE }},Domain=${{ secrets.DOMAIN }}
 | 
			
		||||
@ -85,7 +85,7 @@ Resources:
 | 
			
		||||
        environment: !Ref environment
 | 
			
		||||
        release: !Ref release
 | 
			
		||||
        VpcId: !Ref VpcId
 | 
			
		||||
        PublicSubnets: !Ref PublicSubnets
 | 
			
		||||
        PublicSubnets: !Join [",", !Split [" ", !Ref PublicSubnets]]
 | 
			
		||||
        PortalCertificate: !Ref PortalCertificate
 | 
			
		||||
 | 
			
		||||
  #-------------------
 | 
			
		||||
		Reference in New Issue
	
	Block a user