docs-v2/deploy
Scott Anderson 2f616c104f updated cloudformation lambda template 2019-09-13 09:57:00 -06:00
..
README.md
ci-install-hugo.sh
ci-install-s3deploy.sh
docs-website.yml

README.md

Deploying the InfluxData Docs

Use the following command to deploy a CloudFormation stack using the template in this directory.

aws cloudformation deploy \
    --template-file docs-website.yml \
    --stack-name="${STACK_NAME}" \
    --capabilities CAPABILITY_IAM \
    --no-execute-changeset \
    --parameter-overrides \
        AcmCertificateArn="${ACM_ARN}" \
        DomainName="${DOMAIN_NAME}"

The --no-execute-changeset option will display the actions that will be taken. Remove the --no-execute-changeset option to actually deploy a change.