docs-v2/deploy
Scott Anderson faec62f637
Link fixes via aliases and the webserver (#3667)
* fixed broken links, updated edge.js, closes #3642

* updated edge.js with fixed redirects

* removed duplicate alias
2022-01-12 12:56:54 -07:00
..
README.md
ci-install-s3deploy.sh
docs-website.yml
edge.js Link fixes via aliases and the webserver (#3667) 2022-01-12 12:56:54 -07: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 deploy/docs-website.yml \
    --stack-name="${STACK_NAME}" \
    --capabilities CAPABILITY_IAM \
    --parameter-overrides \
        AcmCertificateArn="${ACM_ARN}" \
        DomainName="${DOMAIN_NAME}"

To only display actions that will be taken, in the --no-execute-changeset option. Without this option, the command executes and deploys the changeset.