Add .drone.yml #260

Merged
Vylpes merged 4 commits from feature/218-drone-ci into develop 2023-02-03 17:35:27 +00:00
Showing only changes of commit 4c1726f5c8 - Show all commits

View file

@ -5,7 +5,7 @@ type: ssh
name: deployment name: deployment
server: server:
host: 192.168.68.121 host: 192.168.1.2
user: vylpes user: vylpes
password: password:
from_secret: ssh_password from_secret: ssh_password
@ -30,7 +30,7 @@ type: ssh
name: staging name: staging
server: server:
host: 192.168.68.121 host: 192.168.1.2
user: vylpes user: vylpes
password: password:
from_secret: ssh_password from_secret: ssh_password