Files
gitea-test/.drone.yml
Yidi Wei 133185bac9
Some checks reported errors
continuous-integration/drone Build encountered an error
feat: test ssh
2021-04-25 13:23:47 +08:00

24 lines
421 B
YAML

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