docs-v2/deploy
Gunnar Aasen ca836ce728 Add initial CircleCI build 2019-01-18 12:53:09 -08:00
..
README.md Add a README for deploy 2019-01-18 12:22:26 -08:00
ci-install-hugo.sh Add initial CircleCI build 2019-01-18 12:53:09 -08:00
ci-install-s3deploy.sh Add initial CircleCI build 2019-01-18 12:53:09 -08:00
docs-website.yml Change lambda (still buggy) 2019-01-18 12:17:30 -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.