Skip to content

Commit

Permalink
Remove my release mention in favor of Chris’
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarmo authored May 12, 2023
1 parent fe186f9 commit 13225ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ An app is simply a `git` repository with some additional files on the top level,
* `release` which is a special worker that is run once when the app is deployed, after installing deps (can be useful for build steps).
* `cron` workers, which require a simplified `cron` expression preceding the command to be run (e.g. `cron: */5 * * * * python batch.py` to run a batch every 5 minutes)
* `worker` processes, which are standalone workers and can have arbitrary names
* You can optionally also specify a `release` worker which is run once when the app is deployed.

So a Python application could have a `Procfile` like such:

Expand Down

0 comments on commit 13225ce

Please sign in to comment.