From 46540c6a631fa07f3fb0928169ccf2e1033669dd Mon Sep 17 00:00:00 2001 From: OhZanbat Date: Thu, 21 Nov 2024 13:02:32 +0100 Subject: [PATCH] upd -- now app created need deploy services --- .github/workflows/koyeb-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/koyeb-deploy.yml b/.github/workflows/koyeb-deploy.yml index 20e82a5..c4e2fcf 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 apps create duckdb-spawn --config ./koyeb.yaml --token ${{ secrets.KOYEB_API_TOKEN }} --debug - \ No newline at end of file + 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 }}