diff --git a/.github/workflows/koyeb-deploy.yml b/.github/workflows/koyeb-deploy.yml index 2b3dd90..20e82a5 100644 --- a/.github/workflows/koyeb-deploy.yml +++ b/.github/workflows/koyeb-deploy.yml @@ -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 + \ No newline at end of file