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

This commit is contained in:
周炽键 2021-06-03 17:07:55 +08:00
parent e5c25374bb
commit 28b7aa25dc
1 changed files with 1 additions and 3 deletions

View File

@ -10,8 +10,6 @@ steps:
- name: upload - name: upload
image: plugins/s3 image: plugins/s3
settings: settings:
networks:
- s3
endpoint: http://bucket:9000 endpoint: http://bucket:9000
access_key: access_key:
from_secret: bucket_access_key from_secret: bucket_access_key
@ -19,7 +17,7 @@ steps:
from_secret: bucket_secret_key from_secret: bucket_secret_key
bucket: dronetest bucket: dronetest
path_style: true path_style: true
source: static/* source: src/*
target: / target: /