From 949f968245a4ad6c77f38977e1bf85450c078fe2 Mon Sep 17 00:00:00 2001 From: bel Date: Thu, 12 Oct 2023 01:55:11 +0000 Subject: [PATCH] Created pipeline firebase-deploy --- .harness/firebase-deploy.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .harness/firebase-deploy.yaml 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