Skip to content

Commit 879fe46

Browse files
committed
Update deploy scripts
1 parent 8bd758b commit 879fe46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ gulp.task('deploy', function(cb) {
215215
'rm -rf ./configs',
216216
'mkdir configs',
217217
'cp -r ../configs/project ./configs/',
218+
'cp ../configs/templates/Procfile ./',
218219
'cp ../package.json ./',
219220
'cp -r ../build ./',
220221
], './.deploy', cbSeries);

0 commit comments

Comments
 (0)