diff --git a/.drone.yml b/.drone.yml index 2cc9b9d..18ada47 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,9 @@ trigger: event: - push +clone: + disable: true + steps: - name: deploy environment: @@ -26,6 +29,7 @@ steps: BOOTSTRAP_ADMIN_PASSWORD: from_secret: BOOTSTRAP_ADMIN_PASSWORD commands: + - export HOME=/root - mkdir -p "$HOME/.ssh" - chmod 700 "$HOME/.ssh" - 'printf "%s\n" "$DEPLOY_SSH_KEY" > "$HOME/.ssh/id_rsa"'