Skip to content
Snippets Groups Projects
Commit d2713103 authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

Updated tutorials for new url

parent 7596be22
No related branches found
No related tags found
2 merge requests!71Setup for ci,!70Setup for ci
Pipeline #18242 passed
......@@ -65,6 +65,8 @@ pages:
needs:
- build
script:
- chmod 600 $DEPLOY_KEY
- "rsync -rlgD --delete -e \"ssh -i $DEPLOY_KEY -o UserKnownHostsFile=$DEPLOY_HOST_KEYS\" docs/build/html/ $DEPLOY_USER@$DEPLOY_HOST:/var/www/$DEPLOY_USER"
- if ! test -d public ; then mkdir public ; fi
- mv docs/build/html/* public/
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment