mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 15:20:06 +02:00
chore: enable deploy
This commit is contained in:
parent
52a5a4b932
commit
af86c0a4c4
@ -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`);
|
||||||
|
Loading…
Reference in New Issue
Block a user