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