Update .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
周炽键 2021-06-03 17:07:09 +08:00
parent 8142c5da1f
commit e5c25374bb
1 changed files with 21 additions and 5 deletions

View File

@ -7,11 +7,27 @@ trigger:
steps:
- name: net
image: praqma/network-multitool
commands:
- ifconfig
- ping bucket
- name: upload
image: plugins/s3
settings:
networks:
- s3
endpoint: http://bucket:9000
access_key:
from_secret: bucket_access_key
secret_key:
from_secret: bucket_secret_key
bucket: dronetest
path_style: true
source: static/*
target: /
# - name: net
# image: praqma/network-multitool
# commands:
# - ifconfig
# - ping bucket
# - name: rebuild
# image: drillster/drone-volume-cache