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 13aea03426 - Show all commits

View file

@ -12,11 +12,11 @@ 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
- ls
deploy: deploy:
image: alpine:latest image: alpine:latest
secrets: [ deploy_ssh_key ] secrets: [ deploy_ssh_key ]
commands: commands:
- ls
- apk add rsync openssh - apk add rsync openssh
- mkdir ~/.ssh - mkdir ~/.ssh
- printf '%s\n' "$${DEPLOY_SSH_KEY}" > ~/.ssh/deploy_ssh_key - printf '%s\n' "$${DEPLOY_SSH_KEY}" > ~/.ssh/deploy_ssh_key