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:
parent
559f866b1e
commit
11170c4a2c
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user