From dff3bf217955fe626566c9f05b958c91ac2de504 Mon Sep 17 00:00:00 2001 From: bel Date: Thu, 12 Oct 2023 02:09:00 +0000 Subject: [PATCH] Updated pipeline firebase-deploy --- .harness/firebase-deploy.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.harness/firebase-deploy.yaml b/.harness/firebase-deploy.yaml index 0e12b31..8193326 100644 --- a/.harness/firebase-deploy.yaml +++ b/.harness/firebase-deploy.yaml @@ -6,11 +6,20 @@ spec: type: ci spec: steps: + - name: debug + type: run + spec: + name: debug + shell: sh + script: | + echo build.event = ${{ build.event }} + echo build.target = ${{ build.target }} - name: build type: run when: build.event == "branch_updated" && build.target == "main" spec: name: build shell: bash - script: | - bash ./deploy.firebase.sh '${{ secrets.get("resume-firebase-squeaky2x3-gmail-token") }}' \ No newline at end of file + script: > + bash ./deploy.firebase.sh '${{ + secrets.get("resume-firebase-squeaky2x3-gmail-token") }}'