Skip to content

Commit

Permalink
Merge branch 'apl-setup' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
laurendiaz committed Jan 31, 2025
2 parents 85924c1 + e08acce commit 76b2329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
python -m build --sdist
- name: Create Heroku Build
run: heroku builds:create -a dandi-api --source-tar dist/*.tar.gz
run: heroku builds:create -a ember-dandi-api --source-tar dist/*.tar.gz
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
HEROKU_EMAIL: ${{ secrets.HEROKU_EMAIL }}

0 comments on commit 76b2329

Please sign in to comment.