Skip to content

Commit

Permalink
upd -- now app created need deploy services
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbapt committed Nov 21, 2024
1 parent 3223a5f commit 46540c6
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 apps create duckdb-spawn --config ./koyeb.yaml --token ${{ secrets.KOYEB_API_TOKEN }} --debug
koyeb apps create duckdb-spawn --config ./koyeb.yaml --token ${{ secrets.KOYEB_API_TOKEN }} --debug
koyeb service deploy duckdb-spawn/api --token ${{ secrets.KOYEB_API_TOKEN }}

0 comments on commit 46540c6

Please sign in to comment.