* updates for 2.3 * upd ref menu * add influxd flag * add 2.3 security notes plus opt out of devel features (#4145) * add security section to the 2.3 release notes * security/disable-devel.md: opt out of potentially unneeded features in prod * Update content/influxdb/v2.2/security/disable-devel.md * Update content/influxdb/v2.3/reference/release-notes/influxdb.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * update links * Update content/influxdb/v2.2/security/disable-devel.md Co-authored-by: Sam Dillard <sam@influxdata.com> * tweak config info (#4149) * update version * Update content/influxdb/v2.3/reference/release-notes/influxdb.md * clarify functions were renamed * add overview link to security updates * change to edge file Co-authored-by: Jamie Strandboge <jamie@strandboge.com> Co-authored-by: Sam Dillard <sam@influxdata.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| ci-install-s3deploy.sh | ||
| docs-website.yml | ||
| edge.js | ||
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.