From 2b5e30fb3134df724caaa1fb5b3686dd70a27428 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Thu, 15 Feb 2024 09:11:48 +0300 Subject: [PATCH] heroku --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index f59fcc67d..647d0cf06 100755 --- a/deploy.sh +++ b/deploy.sh @@ -9,7 +9,7 @@ cp /code/home/assets/netbout/config.yml . git add config.yml git add Gemfile.lock git add .gitignore -git commit -m 'config.yml for dokku' +git commit -m 'config.yml for heroku' trap 'git reset HEAD~1 && rm config.yml && git checkout -- .gitignore' EXIT -git push dokku master -f +git push heroku master -f