Update content/v2.0/influxdb-templates/stacks/_index.md

Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
pull/1376/head
kelseiv 2020-09-03 17:28:05 -07:00 committed by GitHub
parent 4d45fb5084
commit 2db77822dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ You can do this for each of the stacks you are maintaining. Each time you make a
For a complete example, check out the blog on [Building a GitOps Workflow with InfluxDB Templates]().
#### Automating deployment using Github Actions or CircleCI
#### Automate deployment using Github Actions or CircleCI
Once you have a script to apply changes being made to your local instance, you can start to automate the deployment to other environments as needed. The InfluxDB CLI has the ability to maintain multiple [configuration profiles]() that makes it easy to issue commands against other InfluxDB instances. To apply the same script to a different InfluxDB instance, just change your active configuration profile using the `influx config set` command. You can also set the desired profile dynamically using the `-c, --active-config` flag.