diff --git a/Procfile b/Procfile index d143903..2138a24 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development} -release: touch /tmp/this_is_a_prove_that_deploy_release_task_by_procfile +release: touch tmp/this_is_a_prove_that_deploy_release_task_by_procfile