mirror of
https://gitlab.com/openlp/website.git
synced 2024-12-22 13:02:50 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
49fc755816
commit
e0d2446fbb
@ -33,7 +33,7 @@ deploy:
|
|||||||
- nikola build
|
- nikola build
|
||||||
- cd output
|
- cd output
|
||||||
- echo "$STRIPE_API_KEY" > stripe.ini
|
- echo "$STRIPE_API_KEY" > stripe.ini
|
||||||
- ssh-add <(echo "$SSH_PRIVATE_KEY")
|
- ssh-add < echo "$SSH_PRIVATE_KEY"
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||||
- scp -r * openlp@openlp.org:public_html/
|
- scp -r * openlp@openlp.org:public_html/
|
||||||
|
Loading…
Reference in New Issue
Block a user