move secrets

This commit is contained in:
ktyl 2022-09-26 20:05:03 +01:00
parent 99e78ff800
commit a3a0fa2989
1 changed files with 8 additions and 9 deletions

View File

@ -2,17 +2,16 @@ kind: pipeline
type: docker
name: hello
server:
host:
from_secret: host
user:
from_secret: username
ssh_key:
from_secret: ssh_key
steps:
image: alpine
- name: greeting
image: alpine
settings:
host:
from_secret: host
user:
from_secret: username
ssh_key:
from_secret: ssh_key
commands:
- make site
- ls site