From bafa1386a0a1fe34897fe18428f738fb2e56b36a Mon Sep 17 00:00:00 2001 From: kassad Date: Mon, 30 Sep 2024 00:16:04 -0700 Subject: [PATCH] Fixed CD --- scripts/deploy-to-heroku.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-to-heroku.sh b/scripts/deploy-to-heroku.sh index fe69656c431..af2c40fb699 100755 --- a/scripts/deploy-to-heroku.sh +++ b/scripts/deploy-to-heroku.sh @@ -71,7 +71,7 @@ if [ "${app_name}" == "commonwealthapp" ]; then fi docker build . --target snapshot-listener -t snapshot-listener -f Dockerfile.commonwealth_base -deploy_heroku_app "./packages/snapshot-listener/deploy/dockerfiles" ${snapshot_listner_app_name} +deploy_heroku_app "./packages/snapshot-listener/deploy/dockerfiles" ${snapshot_listener_app_name} docker build . --target discord_bot -t discord-bot -f Dockerfile.commonwealth_base deploy_heroku_app "./packages/discord-bot/deploy/dockerfiles" ${discord_bot_app_name} \ No newline at end of file