diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index bf1411fe506..629da2fcf0b 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -41,9 +41,6 @@ jobs: - uses: actions/checkout@v2 - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - - name: Deploy to Heroku run: | chmod +x ./scripts/deploy-to-heroku.sh diff --git a/scripts/deploy-to-heroku.sh b/scripts/deploy-to-heroku.sh index 27ae559ffbc..fe69656c431 100755 --- a/scripts/deploy-to-heroku.sh +++ b/scripts/deploy-to-heroku.sh @@ -60,7 +60,7 @@ deploy_heroku_app() { heroku container:release ${process_types} -a ${app_name} } -docker build . --target commonwealth -t commonewalth -f Dockerfile.commonwealth_base +docker build . --target commonwealth -t commonwealth -f Dockerfile.commonwealth_base deploy_heroku_app "./packages/commonwealth/deploy/dockerfiles" ${app_name} snapshot_listener_app_name=snapshot-listener-staging