You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.6 KiB

---
kind: pipeline
type: docker
name: linux-amd64
platform:
arch: amd64
os: linux
steps:
- name: build
1 year ago
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
1 year ago
- cd ./build
1 year ago
- pwd
1 year ago
- ls
1 year ago
- chmod 755 ./build.sh
1 year ago
- ./build.sh
1 year ago
- ${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}>./publish/version.txt
1 year ago
- ls
1 year ago
- name: publish
image: plugins/s3
settings:
endpoint: http://dev.ccwin-in.com:3008
path_style: true
1 year ago
bucket: default
1 year ago
access_key: O222sbIaMKeGfeX18t8K
secret_key: 0LEOWfXSDnaLbIYGZfdKUxyi2kYIayx4YvdLTgcR
source: build/publish/**/*
1 year ago
strip_prefix: build/publish/
1 year ago
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
settings:
host: dev.ccwin-in.com
port: 16085
username: Administrator
password: Microsoft@2022
command_timeout: 10m
script:
- cd D:\BQ-JS\publish
- stop.cmd
- cd ..
1 year ago
- dir
1 year ago
- rmdir /s /q D:\BQ-JS\publish
1 year ago
- dir
1 year ago
- name: deploy
image: appleboy/drone-scp
settings:
host: dev.ccwin-in.com
port: 16085
username: Administrator
password: Microsoft@2022
command_timeout: 10m
1 year ago
target: /d:/BQ-JS/publish
1 year ago
source: build/publish/**/*
1 year ago
- 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
1 year ago
- echo ok