Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbapt committed Nov 21, 2024
1 parent ba6cc1d commit 3223a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/koyeb-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
- name: Deploy to Koyeb
# Create an app on Koyeb using the koyeb.yaml file located in the root directory
run: |
koyeb service create duckdb-spawn --config ./koyeb.yaml --token ${{ secrets.KOYEB_API_TOKEN }}
koyeb service redeploy ${{ env.KOYEB_APP_NAME }}/api
koyeb apps create duckdb-spawn --config ./koyeb.yaml --token ${{ secrets.KOYEB_API_TOKEN }} --debug

0 comments on commit 3223a5f

Please sign in to comment.