From 5f450f9b0af6e9c25623648d8e1a9394a6b22530 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Fri, 24 May 2024 16:01:42 +0100 Subject: [PATCH] cat app.yaml --- .github/workflows/deploy-service.yaml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/deploy-service.yaml b/.github/workflows/deploy-service.yaml index 9ad3cb2a..035f0d3c 100644 --- a/.github/workflows/deploy-service.yaml +++ b/.github/workflows/deploy-service.yaml @@ -16,19 +16,6 @@ jobs: - name: 🛫 Checkout uses: actions/checkout@v4 - - name: echo - run: | - echo $( - # Set name with convention "{ENV_NAME}-{REPO_NAME}" - export name=${{ github.repository }} - name=${name#"ocadotechnology/codeforlife-"} - name="${{ github.ref_name }}-${name}" - - echo ' - .service = "${name}" - ' | envsubst - ) - # https://mikefarah.gitbook.io/yq/ - name: 🖊️ Configure App Deployment uses: mikefarah/yq@master @@ -45,6 +32,9 @@ jobs: ' | envsubst ) app.yaml + - name: cat app yaml + run: cat app.yaml + - name: 🚀 Deploy App on GCloud uses: ocadotechnology/codeforlife-workspace/.github/actions/gcloud/deploy-app@configure_js_services # TODO: set to @main with: