diff --git a/.drone.yml b/.drone.yml index 0009841..aca7f58 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,17 +9,17 @@ steps: from_secret: CD_HOST username: from_secret: CD_USER - key: + ssh_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 ===== + - pwd + - echo ===== Start Building ===== + - sleep 1s + - echo ===== Start Building ===== + - sleep 1s + - echo ===== Start Deploying ===== + - sleep 1s + - echo ===== Deploy Finished ===== trigger: