Update .drone.yml

This commit is contained in:
周炽键 2021-06-03 17:09:46 +08:00
parent 28b7aa25dc
commit 2a0320f1ce
1 changed files with 7 additions and 5 deletions

View File

@ -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