Add .drone.yml file

master
santic-zombie 1 year ago
parent 3c686d4b81
commit 7d962b462c
  1. 17
      .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
Loading…
Cancel
Save