mirror of
https://github.com/yeslayla/aws-ecs-jenkins.git
synced 2025-01-13 12:33:25 +01:00
Move cfn location
Fix deploy Space seperated subnets
This commit is contained in:
parent
35c34a2155
commit
6a3b81a888
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
|
||||
|
||||
#-------------------
|
Loading…
Reference in New Issue
Block a user