Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 6af42d22a8 wip: ci: Build in Kubernetes
dustin/dustin.web/pipeline/pr-master Something is wrong with the build of this commit Details
2022-12-02 21:44:27 -06:00
1 changed files with 2 additions and 4 deletions

View File

@ -4,8 +4,6 @@ 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
@ -15,12 +13,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()