Only trigger when pushing to master
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
091186c02c
commit
f9f4140b30
@ -3,6 +3,10 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: Deploy to bbaovanc.com
|
name: Deploy to bbaovanc.com
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
|
Reference in New Issue
Block a user