Skip to content

Commit

Permalink
修改debug发布配置
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed May 29, 2014
1 parent 245d407 commit 05cc6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function distribution(tar) {
var targets = {
open: '[email protected]:/var/www/ProtoShop/html/',
ctqa: '[email protected]:/var/www/ProtoShop/html/',
debug: '[email protected]:/var/www/Debug/'
debug: '[email protected]:/var/www/Debug/html/'
};
var rsyncParams = ' -avz -e ssh --delete --exclude=.git* --exclude=*.scss --exclude=node_modules';
var command = 'rsync ' + BUILD_ROOT + '/ ' + targets[tar] + rsyncParams;
Expand Down

0 comments on commit 05cc6a4

Please sign in to comment.