Skip to content
Snippets Groups Projects
Commit 0fed69fd authored by David Boddie's avatar David Boddie :speech_balloon:
Browse files

Update modification times for published files

parent 4017cbee
No related branches found
No related tags found
1 merge request!313Update modification times for published files
......@@ -38,6 +38,6 @@ publish:
- touch ~/.ssh/id_rsa
- chmod 0600 ~/.ssh/id_rsa
- echo "$SSH_KEY" >> ~/.ssh/id_rsa
- rsync -av -i --stats -e "ssh -l $SSH_USER -i ~/.ssh/id_rsa -p $SSH_PORT" _build/html/ "$RSYNC_TARGET"
- rsync -av -t -i --stats -e "ssh -l $SSH_USER -i ~/.ssh/id_rsa -p $SSH_PORT" _build/html/ "$RSYNC_TARGET"
only:
- master
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