Skip to content

Commit

Permalink
updated heroku app name to have ember in it
Browse files Browse the repository at this point in the history
  • Loading branch information
sandyhider committed Jan 27, 2025
1 parent 93b0646 commit e8d39ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python -m build --sdist
- name: Create Heroku Build
run: heroku builds:create -a dandi-api-staging --source-tar dist/*.tar.gz
run: heroku builds:create -a ember-dandi-api-staging --source-tar dist/*.tar.gz
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
HEROKU_EMAIL: ${{ secrets.HEROKU_EMAIL }}

0 comments on commit e8d39ad

Please sign in to comment.