Created pipeline firebase-deploy
This commit is contained in:
15
.harness/firebase-deploy.yaml
Normal file
15
.harness/firebase-deploy.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user