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:
parent
559f866b1e
commit
11170c4a2c
@ -232,6 +232,7 @@ module.exports = function(grunt){
|
||||
deploy: {
|
||||
options: {
|
||||
syncDest: true,
|
||||
compareMode: 'checksum',
|
||||
src: '<%= config.build %>/',
|
||||
dest: 'domains/kremalicious.com/html',
|
||||
host: 'kremalicious',
|
||||
|
Loading…
Reference in New Issue
Block a user