diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..0c1745d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,17 @@ +--- +kind: pipeline +type: ssh +name: Test + +server: + host: 11.1.1.21 + user: tox + ssh_key: + from_secret: rsa_key + +steps: + - name: Show Environment + commands: + - whoami + - pwd + - hostname