Skip to content
Snippets Groups Projects
Verified Commit 743df8fb authored by Romain Deville's avatar Romain Deville
Browse files

:green_heart: Use -O option for rsync in CI from mkdcs_template_rdeville

parent 399a70aa
No related branches found
No related tags found
No related merge requests found
### BEGIN MKDOCS TEMPLATE ### ### BEGIN MKDOCS TEMPLATE ###
### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !### ### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !###
### Modified content will be overwritten when updating.### ### Modified content will be overwritten when updating.###
...@@ -378,7 +379,7 @@ script_deploy_html: &script_deploy_html ...@@ -378,7 +379,7 @@ script_deploy_html: &script_deploy_html
Redirecting to <a href='${ONLINE_PATH}'>${ONLINE_PATH}</a>...\n Redirecting to <a href='${ONLINE_PATH}'>${ONLINE_PATH}</a>...\n
</body>\n </body>\n
</html>" > tmp/${PROJECT_PATH}/../index.html </html>" > tmp/${PROJECT_PATH}/../index.html
- rsync -avz "tmp/" "${RSYNC_DEST}" - rsync -Oavz "tmp/" "${RSYNC_DEST}"
rules: rules:
- *rules_prod - *rules_prod
- *rules_pre_prod - *rules_pre_prod
...@@ -425,3 +426,4 @@ inform_triggers_variables: ...@@ -425,3 +426,4 @@ inform_triggers_variables:
# ***************************************************************************** # *****************************************************************************
### END MKDOCS TEMPLATE ### ### END MKDOCS TEMPLATE ###
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