1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 09:56:51 +01:00

rsync deploy by checksum

This commit is contained in:
Matthias Kretschmann 2013-12-16 00:45:23 +01:00
parent 559f866b1e
commit 11170c4a2c

View File

@ -232,6 +232,7 @@ module.exports = function(grunt){
deploy: { deploy: {
options: { options: {
syncDest: true, syncDest: true,
compareMode: 'checksum',
src: '<%= config.build %>/', src: '<%= config.build %>/',
dest: 'domains/kremalicious.com/html', dest: 'domains/kremalicious.com/html',
host: 'kremalicious', host: 'kremalicious',