Browse Source

update drone

master
wanggang 1 year ago
parent
commit
09cbe65e5b
  1. 21
      .drone.yml

21
.drone.yml

@ -16,14 +16,15 @@ steps:
- ls
- chmod 755 ./build.sh
- ./build.sh
- ls
# - name: publish
# image: plugins/s3
# settings:
# endpoint: http://dev.ccwin-in.com:3008
# path_style: true
# bucket: default
# access_key: O222sbIaMKeGfeX18t8K
# secret_key: 0LEOWfXSDnaLbIYGZfdKUxyi2kYIayx4YvdLTgcR
# source: build/publish/**/*
# target: /jie-suan/bei-qi/publish
- name: publish
image: plugins/s3
settings:
endpoint: http://dev.ccwin-in.com:3008
path_style: true
bucket: default
access_key: O222sbIaMKeGfeX18t8K
secret_key: 0LEOWfXSDnaLbIYGZfdKUxyi2kYIayx4YvdLTgcR
source: build/publish/**/*
target: /jie-suan/bei-qi/publish

Loading…
Cancel
Save