maren/add-ci #3

Merged
oxaliq merged 21 commits from maren/add-ci into main 2024-01-08 02:13:22 +00:00
Showing only changes of commit e9ce174208 - Show all commits

View file

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