|
|
@ -15,22 +15,22 @@ steps: |
|
|
|
- pwd |
|
|
|
- ls |
|
|
|
- chmod 755 ./build.sh |
|
|
|
# - ./build.sh |
|
|
|
- ./build.sh |
|
|
|
- mkdir publish |
|
|
|
- echo "${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}">./publish/version.txt |
|
|
|
- ls 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/**/* |
|
|
|
# strip_prefix: build/publish/ |
|
|
|
# target: /jie-suan/bei-qi/${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8} |
|
|
|
- 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/**/* |
|
|
|
strip_prefix: build/publish/ |
|
|
|
target: /jie-suan/bei-qi/${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8} |
|
|
|
|
|
|
|
- name: stop |
|
|
|
image: appleboy/drone-ssh |
|
|
@ -41,24 +41,10 @@ steps: |
|
|
|
password: Microsoft@2022 |
|
|
|
command_timeout: 10m |
|
|
|
script: |
|
|
|
- cd /d/BQ-JS/test |
|
|
|
# - stop.cmd |
|
|
|
- cd /d/BQ-JS/publish |
|
|
|
- stop.cmd |
|
|
|
- cd .. |
|
|
|
- rm -rf test |
|
|
|
|
|
|
|
# - name: deploy |
|
|
|
# image: cschlosser/drone-ftps |
|
|
|
# environment: |
|
|
|
# FTP_USERNAME: Administrator |
|
|
|
# FTP_PASSWORD: Microsoft@2022 |
|
|
|
# PLUGIN_SECURE: false |
|
|
|
# PLUGIN_VERIFY: false |
|
|
|
# PLUGIN_HOSTNAME: sftp://dev.ccwin-in.com:16085 |
|
|
|
# PLUGIN_SRC_DIR: /build/publish |
|
|
|
# PLUGIN_DEST_DIR: D:/BQ-JS/test |
|
|
|
# PLUGIN_AUTO_CONFIRM: true |
|
|
|
# PLUGIN_DEBUG: true |
|
|
|
# PLUGIN_ONLY_NEWER: true |
|
|
|
- rm -rf publish |
|
|
|
|
|
|
|
- name: deploy |
|
|
|
image: appleboy/drone-scp |
|
|
@ -68,30 +54,19 @@ steps: |
|
|
|
username: Administrator |
|
|
|
password: Microsoft@2022 |
|
|
|
command_timeout: 10m |
|
|
|
target: /d/BQ-JS/test |
|
|
|
target: /d/BQ-JS/publish |
|
|
|
source: build/publish |
|
|
|
strip_components: 2 |
|
|
|
|
|
|
|
# - name: deploy |
|
|
|
# image: atmoz/sftp |
|
|
|
# settings: |
|
|
|
# host: dev.ccwin-in.com |
|
|
|
# port: 16085 |
|
|
|
# username: |
|
|
|
# from_secret: username |
|
|
|
# password: |
|
|
|
# from_secret: password |
|
|
|
# source: build/publish |
|
|
|
# target: D:/BQ-JS/test |
|
|
|
# - name: start |
|
|
|
# image: appleboy/drone-ssh |
|
|
|
# settings: |
|
|
|
# host: dev.ccwin-in.com |
|
|
|
# port: 16085 |
|
|
|
# username: Administrator |
|
|
|
# password: Microsoft@2022 |
|
|
|
# command_timeout: 10m |
|
|
|
# script: |
|
|
|
# - cd D:/BQ-JS/test |
|
|
|
# - start.cmd |
|
|
|
# - echo ok |
|
|
|
- name: start |
|
|
|
image: appleboy/drone-ssh |
|
|
|
settings: |
|
|
|
host: dev.ccwin-in.com |
|
|
|
port: 16085 |
|
|
|
username: Administrator |
|
|
|
password: Microsoft@2022 |
|
|
|
command_timeout: 10m |
|
|
|
script: |
|
|
|
- cd D:/BQ-JS/publish |
|
|
|
- start.cmd |
|
|
|
- echo ok |
|
|
|