Update .drone.yml
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
8142c5da1f
commit
e5c25374bb
26
.drone.yml
26
.drone.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue