docs-v2/deploy
Scott Anderson 35ad46c4c2
Version restructure (#5133)
* mass changes for version restructure

* fixed latest-patch and flux version generator

* updated hugo configs

* fixed flux frontmatter injector

* fixed flux frontmatter injector

* WIP api generator updates for version restructure (#5128)

* fixed telegraf plugin list

* removed latest shortcode

* fixed current-version

* fixed product dropdown crosslinking

* fixed alt links

* WIP fixing links

* fixed broken links

* updated api doc generation

* fixed additional resources

* added version redirects to edge.js

* fixed search placeholder

* fixed paged titles
2023-09-12 23:33:31 -06:00
..
README.md updated deploy files (#1387) 2020-09-02 14:18:46 -06:00
ci-install-s3deploy.sh Use hardcoded checksum for `s3deploy` (#2800) 2021-06-30 15:48:17 -05:00
docs-website.yml updated cloudformation template and api-docs generator 2020-09-02 17:48:46 -06:00
edge.js Version restructure (#5133) 2023-09-12 23:33:31 -06: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.