lazygit
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
maren 2024-01-07 19:51:36 -05:00
parent c235cabbbe
commit 13aea03426

View file

@ -12,11 +12,11 @@ steps:
- yes Y | raco pkg install --no-docs csv-reading
- raco exe sorrel.dev.rkt
- raco distribute dist sorrel.dev
- ls
deploy:
image: alpine:latest
secrets: [ deploy_ssh_key ]
commands:
- ls
- apk add rsync openssh
- mkdir ~/.ssh
- printf '%s\n' "$${DEPLOY_SSH_KEY}" > ~/.ssh/deploy_ssh_key