We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d3565 commit 5f2411fCopy full SHA for 5f2411f
.github/workflows/ci-deploy.yml
@@ -24,11 +24,6 @@ jobs:
24
run: |
25
git remote -v
26
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 }}
32
33
- name: Deploy to Heroku
34
uses: akhileshns/heroku-deploy@v3.13.15
0 commit comments