Skip to content

Commit ecff816

Browse files
authored
Update README.md
Moved heroku button around the ReadME
1 parent c95e130 commit ecff816

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ This is a generic Bolt for Python template app used to build out Slack apps.
55
Before getting started, make sure you have a development workspace where you have permissions to install apps. If you don’t have one setup, go ahead and [create one](https://slack.com/create).
66
## Installation
77

8-
# Deploy to Heroku
9-
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy?template=https://github.com/allhaile/bolt-python-starter-template)
10-
11-
12-
138
#### Create a Slack App
149
1. Open [https://api.slack.com/apps/new](https://api.slack.com/apps/new) and choose "From an app manifest"
1510
2. Choose the workspace you want to install the application to
@@ -29,6 +24,16 @@ export SLACK_BOT_TOKEN=<your-bot-token>
2924
export SLACK_APP_TOKEN=<your-app-token>
3025
```
3126

27+
## Heroku Deployment
28+
Use the `Deploy to Heroku` button below to launch this app on Heroku. Ensure your Heroku config vars include the required Slack env variables.
29+
<!--
30+
NOTE: This Deploy to Heroku button currently points to my personal fork
31+
to allow testing of the latest changes.
32+
Before merging this PR, be sure to update the URL to point to the
33+
official Slack bolt-python-starter-template repository (https://github.com/slack-samples/bolt-python-starter-template).
34+
-->
35+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy?template=https://github.com/allhaile/bolt-python-starter-template)
36+
3237
### Setup Your Local Project
3338
```zsh
3439
# Clone this project onto your machine

0 commit comments

Comments
 (0)