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") }}'