Compare commits

..

4 Commits

Author SHA1 Message Date
e8e173bd3f Update '.drone.yml'
All checks were successful
continuous-integration/drone Build is passing
2021-09-13 18:51:16 +08:00
ad917b606b Update '.drone.yml' 2021-09-13 18:26:11 +08:00
de0b878ce4 Update '.drone.yml'
Some checks failed
continuous-integration/drone Build is failing
2021-09-13 18:23:21 +08:00
811a3651ae Update '.drone.yml'
Some checks failed
continuous-integration/drone Build is failing
2021-09-13 17:48:03 +08:00

View File

@@ -3,19 +3,23 @@ name: default
steps:
- name: docker-deploy
image: appleboy:drone-ssh
image: appleboy/drone-ssh
settings:
host:
from_secret: CD_HOST
username:
from_secret: CD_USER
port: 22
key:
from_secret: CD_KEY
from_secret: CD_PASS
script:
- pwd
- echo ===== Start Building =====
- sleep 1s
- echo ===== Start Building =====
- sleep 1s
- echo ===== Start Deploying =====
- sleep 1s
- echo ===== Deploy Finished =====