更新 '.drone.yml'
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
dca505148d
commit
717f24eeb9
@ -1,14 +1,30 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
name: test
|
||||
|
||||
platform:
|
||||
arch: amd64
|
||||
os: linux
|
||||
|
||||
steps:
|
||||
- name: config
|
||||
- name: test-config
|
||||
image: docker/compose:1.29.2
|
||||
commands:
|
||||
- cp .env.example .env
|
||||
- docker-compose config
|
||||
- docker-compose config
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: ssh
|
||||
name: publish
|
||||
|
||||
server:
|
||||
host: 10.10.14.176
|
||||
user: root
|
||||
password: dsidel123!
|
||||
|
||||
steps:
|
||||
- name: publish
|
||||
commands:
|
||||
- pwd
|
||||
- ls
|
||||
|
Loading…
Reference in new issue