Created pipeline firebase-deploy
parent
9cc98adfae
commit
949f968245
|
|
@ -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
|
||||||
Loading…
Reference in New Issue