From c518e11a16423619ed8818f070fe274e2cf344eb Mon Sep 17 00:00:00 2001 From: Ethan Zimbelman Date: Fri, 28 Oct 2022 11:21:12 -0700 Subject: [PATCH] specify Bolt vs Heroku app environments --- docs/_future/deploy_your_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_future/deploy_your_app.md b/docs/_future/deploy_your_app.md index 83b59e4f6..24b608d2d 100644 --- a/docs/_future/deploy_your_app.md +++ b/docs/_future/deploy_your_app.md @@ -63,7 +63,7 @@ After your Heroku app is created, you'll be given app-specific information for u #### Add environment variables -The tokens and environment variables used by your app can be added to your new Heroku app using the following commands: +The tokens and environment variables used by your Bolt app can be added to your Heroku app environment using the following commands: ```sh $ heroku config:set --app HEROKU_APP_NAME SLACK_APP_TOKEN=xapp-your-app-level-token