Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note configuration steps to repeat when deploying a new app #29

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,15 @@ Once development is complete, deploy the app to Slack infrastructure using
$ slack deploy
```

When deploying for the first time, you'll be prompted to
[create a new link trigger](#creating-triggers) for the deployed version of your
app. When that trigger is invoked, the workflow should run just as it did when
developing locally (but without requiring your server to be running).
When deploying for the first time, no triggers or authentication client secrets
will exist so you'll be prompted to
[create a new link trigger](#creating-triggers).

Go ahead and create the `triggers/configurator.ts` link trigger when prompted,
then [save the client secret](#save-the-client-secret) for your deployed app.

When this new trigger is invoked, the workflow should run just as it did when
developing locally (but without requiring your server to be running)!

### Production Maintenance Job

Expand Down