This commit is contained in:
parent
f9919af734
commit
dd173715d4
@ -2,7 +2,7 @@ kind: pipeline
|
|||||||
name: Push Content
|
name: Push Content
|
||||||
type: docker
|
type: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare img
|
- name: Push Content
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache openssh-client ca-certificates bash
|
- apk add --no-cache openssh-client ca-certificates bash
|
||||||
@ -12,11 +12,7 @@ steps:
|
|||||||
- echo "$SSH_KEY" | ssh-add -
|
- echo "$SSH_KEY" | ssh-add -
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||||
|
- rsync -rv --delete -e "ssh -p 22" --exclude ".git" --exclude "config*" --exclude "tools/" --exclude "*.rst" --exclude "*.tex" ./ sshcontent@91.121.90.228:~/raw.opytex.org/www/ --checksum
|
||||||
environment:
|
environment:
|
||||||
SSH_KEY:
|
SSH_KEY:
|
||||||
from_secret: sshcontent-key
|
from_secret: sshcontent-key
|
||||||
|
|
||||||
- name: Push Raw
|
|
||||||
image: alpine
|
|
||||||
commands:
|
|
||||||
- rsync -rv --delete -e "ssh -p 22" --exclude ".git" --exclude "config*" --exclude "tools/" --exclude "*.rst" --exclude "*.tex" ./ sshcontent@91.121.90.228:~/raw.opytex.org/www/ --checksum
|
|
||||||
|
Loading…
Reference in New Issue
Block a user