docs-v2/deploy
Gunnar Aasen ca41c940d4 Fix YAML formatting in CF template 2019-01-18 23:23:20 -08:00
..
README.md updated regex in lambda function and updated deploy readme 2019-01-18 15:28:40 -07:00
ci-install-hugo.sh gave ci install scripts executable permissions 2019-01-18 14:24:13 -07:00
ci-install-s3deploy.sh gave ci install scripts executable permissions 2019-01-18 14:24:13 -07:00
docs-website.yml Fix YAML formatting in CF template 2019-01-18 23:23:20 -08:00

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.