Skip to content

Commit

Permalink
Run from shell script on Dokku
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil committed Jan 27, 2017
1 parent 127db11 commit b9f6341
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: meditations serve --migrate --port $PORT --message \"This is a demo meditations deployment, wiped every hour on the hour.\"
web: ./dokku_run_meditations.sh
2 changes: 2 additions & 0 deletions dokku_run_meditations.sh
@@ -0,0 +1,2 @@
#!/bin/bash
./bin/meditations serve --migrate --port $PORT --message "This is a demo meditations deployment, wiped every hour on the hour."

0 comments on commit b9f6341

Please sign in to comment.