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
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue