Skip to content
This repository was archived by the owner on Jan 18, 2019. It is now read-only.

Commit 3480bcf

Browse files
committed
deployment fixes
1 parent 95d56b4 commit 3480bcf

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed

protected/composer.lock

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protected/deploy.php

+6
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,13 @@ function dopatch()
9797
writeln ( $result );
9898
} );
9999

100+
task( 'rsync2' , function ()
101+
{
102+
runLocally ("rsync -a --progress ../images/pics/ dream:~/kono/images/pics/");
103+
});
104+
100105
task ( 'deploy', [
106+
'rsync2',
101107
'exportpatch',
102108
'checkout'
103109
] );

0 commit comments

Comments
 (0)