Skip to content

Commit 5f2411f

Browse files
authored
Update ci-deploy.yml
1 parent e6d3565 commit 5f2411f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci-deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
run: |
2525
git remote -v
2626
git remote add heroku https://git.heroku.com/zeno-backend.git || echo "Heroku remote already exists"
27-
- name: Set Heroku buildpack
28-
run: |
29-
heroku buildpacks:set heroku/python -a zeno-ai
30-
env:
31-
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
3227
3328
- name: Deploy to Heroku
3429
uses: akhileshns/heroku-deploy@v3.13.15

0 commit comments

Comments
 (0)