Update .drone.yml
This commit is contained in:
parent
28b7aa25dc
commit
2a0320f1ce
12
.drone.yml
12
.drone.yml
|
@ -7,6 +7,12 @@ trigger:
|
|||
|
||||
steps:
|
||||
|
||||
- name: net
|
||||
image: praqma/network-multitool
|
||||
commands:
|
||||
- ifconfig
|
||||
- ping bucket
|
||||
|
||||
- name: upload
|
||||
image: plugins/s3
|
||||
settings:
|
||||
|
@ -21,11 +27,7 @@ steps:
|
|||
target: /
|
||||
|
||||
|
||||
# - name: net
|
||||
# image: praqma/network-multitool
|
||||
# commands:
|
||||
# - ifconfig
|
||||
# - ping bucket
|
||||
|
||||
|
||||
# - name: rebuild
|
||||
# image: drillster/drone-volume-cache
|
||||
|
|
Loading…
Reference in New Issue