lazygit
This commit is contained in:
parent
f2f6a2c20b
commit
e9ce174208
1 changed files with 3 additions and 1 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue