Skip to content

Commit 68470d6

Browse files
author
Justin Ridgewell
committed
Make sure we upload changed files on deploy.
1 parent bd4dd6c commit 68470d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Gruntfile.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ module.exports = function (grunt) {
345345
},
346346
staging: {
347347
options: {
348-
bucket: 'staging.crunchinator.com'
348+
bucket: 'staging.crunchinator.com',
349+
verify: true
349350
},
350351
sync: [{
351352
src: 'build/**/*.*',
@@ -355,7 +356,8 @@ module.exports = function (grunt) {
355356
},
356357
production: {
357358
options: {
358-
bucket: 'angular.crunchinator.com'
359+
bucket: 'angular.crunchinator.com',
360+
verify: true
359361
},
360362
sync: [{
361363
src: 'build/**/*.*',

0 commit comments

Comments
 (0)