commit 8c6062079c1ef4c9f498f155d9bcb09eb6163181 Author: first_admin Date: Fri Aug 23 17:25:11 2024 +0000 Add .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..83e3fb0 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,18 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: connect_to_server + image: appleboy/drone-ssh + settings: + host: + from_secret: SSH_HOST + username: + from_secret: SSH_USER + key: + from_secret: SSH_KEY + port: 10161 + command_timeout: 2m + script: + - echo "ls -l" \ No newline at end of file