Merge remote-tracking branch 'gitness/main'
This commit is contained in:
16
.harness/firebase-deploy.yaml
Normal file
16
.harness/firebase-deploy.yaml
Normal file
@@ -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") }}'
|
||||
Reference in New Issue
Block a user