Skip to content
Snippets Groups Projects
Commit 8746444e authored by kwadronaut's avatar kwadronaut :speech_balloon:
Browse files

Update .gitlab-ci.yml file

parent 66d11931
No related branches found
No related tags found
No related merge requests found
Pipeline #134004 passed
......@@ -33,9 +33,7 @@ deploy:
- apt-get update && apt-get install openssh-client rsync
- eval $(ssh-agent -s) && echo "$SSH_PRIVATE_KEY" | ssh-add -
- mkdir ~/.ssh/ && echo "$SSH_HOST_KEY" > ~/.ssh/known_hosts
- ls public
script:
- make
- /usr/bin/rsync -av public docs@docs.leap.se:/home/docs/
#- rsync -a --info=PROGRESS2 --stats public docs@coati.leap.se:~/
# only in the main branch we deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment