drone: do not attempt to deploy staging
This commit is contained in:
parent
adaa088efe
commit
0fea2fbefa
16
.drone.yml
16
.drone.yml
@ -84,8 +84,22 @@ steps:
|
||||
branch:
|
||||
- master
|
||||
- staging
|
||||
event:
|
||||
- push
|
||||
|
||||
- name: build
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Success!"
|
||||
depends_on:
|
||||
- api
|
||||
- frontend
|
||||
- validator
|
||||
when:
|
||||
event:
|
||||
- pull_request
|
||||
---
|
||||
kind: signature
|
||||
hmac: 1162b329a9cad12b4c5db0ccf8b8998072b0de9279326f76a493fd0af6794095
|
||||
hmac: e9c41c6f3cbf8b627905ff94c80a8692e7589d8ee938a724b6bec4e61d764058
|
||||
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user