-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changes in existing text (also prerequisites) * Describe how to create a one-off dyno and how to trigger it via HTTP
- Loading branch information
1 parent
dc2c62b
commit dea37b7
Showing
2 changed files
with
205 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# Tasks | ||
|
||
* Create static website on GitHub with input fields for key and name | ||
* Create One-off Dyno with simple Python script which adds a "Hello " in front of the name | ||
* Add field for dyno name in Procfile | ||
* Show that request is in progress | ||
* Describe procedure that user can do this one his/her own | ||
* Describe on how to retrieve logs | ||
* Clean-up repo |