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
type: ssh
type: docker
name: hello
server:
@ -11,6 +11,8 @@ server:
from_secret: ssh_key
steps:
image: alpine
- name: greeting
commands:
- echo hello world
- make site
- ls site