Skip to content

Commit

Permalink
リリーススクリプトを追加しました
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer committed Jul 4, 2023
1 parent bbd40c2 commit d5cab58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
release: /usr/bin/touch tmp/this_is_a_prove_that_deploy_release_task_by_procfile
release: ./heroku_release_script.sh
3 changes: 3 additions & 0 deletions heroku_release_script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/bash

/usr/bin/touch tmp/this_is_a_prove_that_deploy_release_task_by_procfile

0 comments on commit d5cab58

Please sign in to comment.