This commit is contained in:
maren 2024-01-07 21:10:15 -05:00
parent f2f6a2c20b
commit e9ce174208

View file

@ -1,8 +1,9 @@
when: when:
branch: branch:
exclude: [ * ]
include: [ main ] include: [ main ]
steps: steps:
build: build:
image: debian:bookworm-slim image: debian:bookworm-slim
commands: commands:
@ -13,6 +14,7 @@ steps:
- yes Y | raco pkg install --no-docs csv-reading - yes Y | raco pkg install --no-docs csv-reading
- raco exe sorrel.dev.rkt - raco exe sorrel.dev.rkt
- raco distribute dist sorrel.dev - raco distribute dist sorrel.dev
deploy: deploy:
image: alpine:latest image: alpine:latest
secrets: [ deploy_ssh_key ] secrets: [ deploy_ssh_key ]