Update .gitlab-ci.yml

This commit is contained in:
Raoul Snyman 2019-07-15 00:09:34 +00:00
parent 49fc755816
commit e0d2446fbb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ deploy:
- nikola build
- cd output
- echo "$STRIPE_API_KEY" > stripe.ini
- ssh-add <(echo "$SSH_PRIVATE_KEY")
- ssh-add < echo "$SSH_PRIVATE_KEY"
- mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- scp -r * openlp@openlp.org:public_html/