diff options
-rw-r--r-- | gulpfile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js index 2a8f6927..270e2a71 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -245,8 +245,8 @@ try { // If deployment is setup if ( - Object.keys(credentials).includes('cdn') && - Object.keys(credentials).includes('demo') + Object.keys(credentials).includes('aws') && + Object.keys(credentials).includes('fastly') ) { const { version } = pkg; const { aws, fastly } = credentials; |