Skip to content

Commit

Permalink
WA代码:添加 gulp dist 的 production 目录
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed Feb 27, 2014
1 parent e4cc8bb commit e6b5c0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ var sh = function (commands) {

gulp.task('dist', function () {
var target = {
beta: '[email protected]:/usr/local/httpd/htdocs/tohell/beta/html/'
prod: '[email protected]:/usr/local/httpd/htdocs/tohell/html/',
beta: '[email protected]:/usr/local/httpd/htdocs/beta/html/'
};
var rsyncParams = ' -avz -e ssh --delete --exclude=.git* --exclude=*.scss --exclude=node_modules';

Expand Down

0 comments on commit e6b5c0c

Please sign in to comment.