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 4180818 commit ac8040b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy-to-heroku.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac8040b

Please sign in to comment.