From 07a8a540009f8e3fa2720c0ec6ad0d1c2c82c767 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Fri, 4 Jun 2021 08:51:46 +0800 Subject: [PATCH] update --- .drone.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 684dcfe..4a8b62c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,14 +1,23 @@ 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 \ No newline at end of file + - docker-compose config + - name: deploy + image: appleboy/drone-ssh:linux-amd64 + settings: + host: 10.10.14.176 + port: 22 + username: root + password: dsidel123! + script: + - echo "test for deploy by ssh"