Skip to content

Commit

Permalink
Update deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gocreating committed Oct 14, 2016
1 parent 8bd758b commit 879fe46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ gulp.task('deploy', function(cb) {
'rm -rf ./configs',
'mkdir configs',
'cp -r ../configs/project ./configs/',
'cp ../configs/templates/Procfile ./',
'cp ../package.json ./',
'cp -r ../build ./',
], './.deploy', cbSeries);
Expand Down

0 comments on commit 879fe46

Please sign in to comment.