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:
|
steps:
|
||||||
|
|
||||||
- name: net
|
- name: upload
|
||||||
image: praqma/network-multitool
|
image: plugins/s3
|
||||||
commands:
|
settings:
|
||||||
- ifconfig
|
networks:
|
||||||
- ping bucket
|
- 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
|
# - name: rebuild
|
||||||
# image: drillster/drone-volume-cache
|
# image: drillster/drone-volume-cache
|
||||||
|
|
Loading…
Reference in New Issue