From 544ab0086b06a1625c474b35c1f100d4a582a98a Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Thu, 19 Jul 2018 10:02:41 +1000 Subject: [PATCH] Logic fix --- gulpfile.js | 4 ++-- 1 file 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;