diff --git a/.harness/firebase-deploy.yaml b/.harness/firebase-deploy.yaml new file mode 100644 index 0000000..5162c17 --- /dev/null +++ b/.harness/firebase-deploy.yaml @@ -0,0 +1,15 @@ +version: 1 +kind: pipeline +spec: + stages: + - name: build + type: ci + spec: + steps: + - name: deploy + type: run + spec: + name: deploy + shell: bash + script: | + bash ./deploy.firebase.sh \ No newline at end of file