From cea5431054a0e325479b344a5f72c1ff0cb56ca9 Mon Sep 17 00:00:00 2001 From: Osamu Takiya Date: Tue, 4 Jul 2023 13:20:07 +0900 Subject: [PATCH] =?UTF-8?q?Procfile=E3=81=AE=E3=83=AA=E3=83=AA=E3=83=BC?= =?UTF-8?q?=E3=82=B9=E3=82=BF=E3=82=B9=E3=82=AF=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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