use ssh pipeline
continuous-integration/drone/push Build was killed Details

This commit is contained in:
ktyl 2022-09-26 20:00:04 +01:00
parent b94735a3de
commit 00002e109e
1 changed files with 10 additions and 3 deletions

View File

@ -1,9 +1,16 @@
kind: pipeline kind: pipeline
type: docker type: ssh
name: hello name: hello
server:
host:
from_secret: host
user:
from_secret: username
ssh_key:
from_secret: ssh_key
steps: steps:
- name: greeting - name: greeting
image: alpine
commands: commands:
- make site - echo hello world