From 4f72ea09656fce97284eaa6908f1bb25fa123361 Mon Sep 17 00:00:00 2001 From: Rodrigo Delduca <46259+skhaz@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:57:56 -0300 Subject: [PATCH] Work in progress --- .github/workflows/deploy.yaml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 67e71b2..4aa0b99 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -115,17 +115,18 @@ jobs: labels: cloud.googleapis.com/location: $REGION spec: - spec: - containers: - - image: $REGISTRY/$SERVICE_NAME:$GITHUB_SHA - name: play - env: - - name: PORT - value: "8000" - resources: - limits: - cpu: 4000m - memory: 4Gi + template: + spec: + containers: + - image: $REGISTRY/$SERVICE_NAME:$GITHUB_SHA + name: play + env: + - name: PORT + value: "8000" + resources: + limits: + cpu: 4000m + memory: 4Gi EOF gcloud run services replace service.yaml