feat: test ssh
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
Yidi Wei
2021-04-25 13:23:47 +08:00
parent a01fdf9764
commit 133185bac9

View File

@@ -0,0 +1,24 @@
kind: pipeline
name: default
steps:
- name: docker-deploy
image: appleboy:drone-ssh
settings:
host:
from_secret: CD_HOST
username:
from_secret: CD_USER
key:
from_secret: CD_KEY
script:
- pwd
- echo ===== Start Building =====
- echo ===== Start Building =====
- echo ===== Start Deploying =====
- echo ===== Deploy Finished =====
trigger:
branch:
- master