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