1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 01:46: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: {
options: {
syncDest: true,
compareMode: 'checksum',
src: '<%= config.build %>/',
dest: 'domains/kremalicious.com/html',
host: 'kremalicious',