From 6d4736dfce2d3361b3c4c321bc8a007e2ecbbc57 Mon Sep 17 00:00:00 2001 From: asmigiel Date: Tue, 7 Jan 2025 22:19:55 +0100 Subject: [PATCH] Deploy to Heroku --- run.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/run.sh b/run.sh index 1c3a33e..651d14b 100644 --- a/run.sh +++ b/run.sh @@ -4,8 +4,6 @@ FILE=./app_url.txt ROOT_URL=$(cat $FILE) -printf($ROOT_URL) -printf($DATABSE_URL) HOST=`echo $DATABASE_URL | grep -o "@.*/" | sed 's/.$//' | cut -c 2-` NAME=`echo $DATABASE_URL | grep -o "/[[:alnum:]]*$" | cut -c 2-`