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