Files
gitea-test/.drone.yml
kelmory 811a3651ae
Some checks failed
continuous-integration/drone Build is failing
Update '.drone.yml'
2021-09-13 17:48:03 +08:00

27 lines
466 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 =====
- sleep 1s
- echo ===== Start Building =====
- sleep 1s
- echo ===== Start Deploying =====
- sleep 1s
- echo ===== Deploy Finished =====
trigger:
branch:
- master