Browse Source

test

master
wanggang 1 year ago
parent
commit
f60bee6528
  1. 12
      .drone.yml

12
.drone.yml

@ -1,12 +1,12 @@
--- global-variables:
kind: pipeline
type: docker
name: linux-amd64
environment: environment:
PRODUCT: product1 PRODUCT: product1
PROJECT: project1 PROJECT: project1
kind: pipeline
type: docker
name: linux-amd64
platform: platform:
arch: amd64 arch: amd64
os: linux os: linux
@ -32,7 +32,7 @@ steps:
secret_key: 0LEOWfXSDnaLbIYGZfdKUxyi2kYIayx4YvdLTgcR secret_key: 0LEOWfXSDnaLbIYGZfdKUxyi2kYIayx4YvdLTgcR
source: build/publish/**/* source: build/publish/**/*
strip_prefix: build/publish/ strip_prefix: build/publish/
target: "/${PRODUCT}/${PROJECT}/${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}"" target: /${PRODUCT}/${PROJECT}/${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}
- name: stop - name: stop
image: appleboy/drone-ssh image: appleboy/drone-ssh

Loading…
Cancel
Save