make site

This commit is contained in:
ktyl 2022-09-26 20:02:49 +01:00
parent 00002e109e
commit 99e78ff800
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
kind: pipeline kind: pipeline
type: ssh type: docker
name: hello name: hello
server: server:
@ -11,6 +11,8 @@ server:
from_secret: ssh_key from_secret: ssh_key
steps: steps:
image: alpine
- name: greeting - name: greeting
commands: commands:
- echo hello world - make site
- ls site