diff --git a/.harness/firebase-deploy.yaml b/.harness/firebase-deploy.yaml new file mode 100644 index 0000000..0e12b31 --- /dev/null +++ b/.harness/firebase-deploy.yaml @@ -0,0 +1,16 @@ +version: 1 +kind: pipeline +spec: + stages: + - name: build + type: ci + spec: + steps: + - 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