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

Merge branch 'ignore-times-when-publishing' into 'master'

Ignore times when comparing files

See merge request !316
parents d2deaa1c 7f110e14
No related branches found
No related tags found
1 merge request!316Ignore times when comparing files
Pipeline #28774 passed
......@@ -38,6 +38,6 @@ publish:
- touch ~/.ssh/id_rsa
- chmod 0600 ~/.ssh/id_rsa
- echo "$SSH_KEY" >> ~/.ssh/id_rsa
- rsync -av -t -i --stats -e "ssh -l $SSH_USER -i ~/.ssh/id_rsa -p $SSH_PORT" _build/html/ "$RSYNC_TARGET"
- rsync -av -I -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