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;