Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e4f94d5

Browse files
author
Nick Litwin
committed
Rework tasks
1 parent f9c06b7 commit e4f94d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gulp-tasks/deploy.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ var awspublishRouter = require('gulp-awspublish-router');
44
module.exports = function(gulp, $, config, utilities) {
55
'use strict';
66

7-
gulp.task('deploy', ['build'], function() {
7+
gulp.task('deploy', ['deploy:aws']);
8+
9+
gulp.task('deploy:aws', ['build'], function() {
810
var awsConfig = {
911
params: {
1012
Bucket: config.aws.bucket

0 commit comments

Comments
 (0)