Skip to content

Commit

Permalink
Fixed CD
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisassad committed Sep 30, 2024
1 parent ac8040b commit bafa138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-to-heroku.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit bafa138

Please sign in to comment.