docs-v2/deploy
Scott Anderson c1ca5c8408
Fix broken internal links – SEO link audit (#2189)
* link audit, remove info about stopping influxd in restore docs, closes #2168

* fixed broken internal links for seo link audit

* updated canonical logic to be smarter

* fixed canonical links and broken images

* fixed errant find and replace

* fixed formatting of kapa event handler docs

* more link fixes

* more link fixes, support latest shortcode in telegraf plugin descriptions
2021-02-19 11:07:47 -07:00
..
README.md updated deploy files (#1387) 2020-09-02 14:18:46 -06: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 updated cloudformation template and api-docs generator 2020-09-02 17:48:46 -06:00
edge.js Fix broken internal links – SEO link audit (#2189) 2021-02-19 11:07:47 -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.