|
|
@ -61,6 +61,6 @@ SERVER_TARGET="/usr/share/nginx/html/$RELATIVE_PATH"
|
|
|
|
rsync -avz \
|
|
|
|
rsync -avz \
|
|
|
|
--rsync-path="mkdir -p \"$SERVER_TARGET\" && rsync" \
|
|
|
|
--rsync-path="mkdir -p \"$SERVER_TARGET\" && rsync" \
|
|
|
|
-e "ssh -o StrictHostKeyChecking=no" \
|
|
|
|
-e "ssh -o StrictHostKeyChecking=no" \
|
|
|
|
--delete "$GEN_PATH"/* root@nginx:"$SERVER_TARGET"
|
|
|
|
--delete "$GEN_PATH" root@nginx:"$SERVER_TARGET"
|
|
|
|
|
|
|
|
|
|
|
|
echo "documentation generated and deployed at https://codefirst.iut.uca.fr/documentation/${RELATIVE_PATH}index.html"
|
|
|
|
echo "documentation generated and deployed at https://codefirst.iut.uca.fr/documentation/${RELATIVE_PATH}index.html"
|
|
|
|