maren/add-ci #3
1 changed files with 3 additions and 1 deletions
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in a new issue