From 6fe862831aa57532255b625dc2ecaaf67bdbd359 Mon Sep 17 00:00:00 2001 From: hwakabh Date: Tue, 3 Dec 2024 12:03:57 +0900 Subject: [PATCH] fix(ci): replaced with proper options for number of minimal replica. --- .github/workflows/backend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend.yaml b/.github/workflows/backend.yaml index 9371ad10..dc260c65 100644 --- a/.github/workflows/backend.yaml +++ b/.github/workflows/backend.yaml @@ -63,7 +63,7 @@ jobs: with: image: 'us-central1-docker.pkg.dev/hwakabh-dev/gh-pages/api:latest' service: 'gh-pages-api-server' - flags: '--min-instances=3' + flags: '--service-min-instances=3' env_vars: | MAIL_API_KEY=${{ env.MAIL_API_KEY }} RAPID_API_KEY=${{ env.RAPID_API_KEY }}