Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 5c858492cf wip: ci: Build in Kubernetes
dustin/dustin.web/pipeline/pr-master There was a failure building this commit Details
2022-12-02 21:47:57 -06:00
1 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@ spec:
containers:
- name: zola
image: ghcr.io/getzola/zola:v0.16.0
# Literally the only commands in the *zola* container image are
# `zola`, `openssl`, and `c_rehash`.
command:
- openssl
stdin: true
@ -13,12 +15,12 @@ spec:
command:
- python
args:
- c
- -c
- import signal; signal.pause()
- name: rsync
image: git.pyrocufflink.net/containerimages/rsync
command:
- python3
args:
- c
- -c
- import signal; signal.pause()