Testing/.drone.yml
Georg e9c1cad896
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Adjusting pipeline port
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-06 23:30:53 +02:00

25 lines
277 B
YAML

---
kind: pipeline
type: ssh
name: lcwww
server:
host:
from_secret: host110
user:
from_secret: user
ssh_key:
from_secret: ssh_key
port: 28
steps:
- name: deploy
commands:
- /opt/scripts/confirm-test.sh
trigger:
branch:
- master
event:
- push