1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-14 07:10:05 +02:00

chore: enable deploy

This commit is contained in:
Sérgio Ramos 2017-05-31 15:33:45 +01:00
parent 52a5a4b932
commit af86c0a4c4

View File

@ -126,7 +126,7 @@ const run = async () => {
LOG(`${figures.arrowRight} .env`); LOG(`${figures.arrowRight} .env`);
LOG(JSON.stringify(Object.keys(env), null, 2)); LOG(JSON.stringify(Object.keys(env), null, 2));
// return series([login(env), build(env), logout(env), deploy(env)]); return series([login(env), build(env), logout(env), deploy(env)]);
}; };
LOG(`${figures.arrowRight} DEPLOY`); LOG(`${figures.arrowRight} DEPLOY`);