docs-v2/deploy
Scott Anderson f38ca674bf
Add release artifacts to Clustered release notes (#6132)
* WIP add build artifacts to clustered release notes

* added artifacts helper script, added artifacts, added artifact links to clustered release notes

* add instructions for downloading release artifacts manually

* added jq installation links
2025-06-10 16:57:08 -05:00
..
README.md updated deploy files (#1387) 2020-09-02 14:18:46 -06:00
ci-install-s3deploy.sh Upgrade hugo to latest version 0.120.4 (#5241) 2023-11-27 13:39:23 -07:00
docs-website.yml updated cloudformation template and api-docs generator 2020-09-02 17:48:46 -06:00
edge.js Add release artifacts to Clustered release notes (#6132) 2025-06-10 16:57:08 -05: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.