mirror of
https://github.com/yeslayla/aws-ecs-jenkins.git
synced 2025-01-14 04:53:23 +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
|
uses: aws-actions/aws-cloudformation-github-deploy@v1
|
||||||
with:
|
with:
|
||||||
name: ecs-jenkins
|
name: ecs-jenkins
|
||||||
template: cloudformation/top.yaml
|
template: cloudformation/jenkins/top.yaml
|
||||||
capabilities: "CAPABILITY_NAMED_IAM,CAPABILITY_IAM"
|
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 }}
|
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
|
environment: !Ref environment
|
||||||
release: !Ref release
|
release: !Ref release
|
||||||
VpcId: !Ref VpcId
|
VpcId: !Ref VpcId
|
||||||
PublicSubnets: !Ref PublicSubnets
|
PublicSubnets: !Join [",", !Split [" ", !Ref PublicSubnets]]
|
||||||
PortalCertificate: !Ref PortalCertificate
|
PortalCertificate: !Ref PortalCertificate
|
||||||
|
|
||||||
#-------------------
|
#-------------------
|
Loading…
Reference in New Issue
Block a user