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 3202fa0 commit e46bff2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM snapshot-listener
RUN apt-get update && apt-get install
CMD ./datadog-entrypoint.sh NODE_ENV=production node --import=extensionless/register ./build/scripts/releasePhaseEnvCheck.js
CMD NODE_ENV=production ./datadog-entrypoint.sh node --import=extensionless/register ./build/scripts/releasePhaseEnvCheck.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM snapshot-listener
CMD ./datadog-entrypoint.sh NODE_ENV=production --import=extensionless/register --enable-source-maps ./build/src/index.js
CMD NODE_ENV=production ./datadog-entrypoint.sh --import=extensionless/register --enable-source-maps ./build/src/index.js
2 changes: 1 addition & 1 deletion scripts/deploy-to-heroku.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ fi
docker build . --target snapshot-listener -t snapshot-listener -f Dockerfile.commonwealth_base
deploy_heroku_app "./packages/snapshot-listener/deploy/dockerfiles" ${snapshot_listener_app_name}

docker build . --target discord_bot -t discord-bot -f Dockerfile.commonwealth_base
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 e46bff2

Please sign in to comment.