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