Add .drone.yml file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
santic-zombie
2023-01-15 14:51:06 +03:00
parent 3c686d4b81
commit 7d962b462c

17
.drone.yml Normal file
View File

@@ -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