mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 06:56:44 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
25612b8f29
commit
8ac3926fcc
1 changed files with 2 additions and 0 deletions
|
|
@ -641,7 +641,9 @@ async function handleUpdateExistingService(
|
||||||
token: RAILWAY_API_TOKEN!,
|
token: RAILWAY_API_TOKEN!,
|
||||||
serviceId: railwayServiceId,
|
serviceId: railwayServiceId,
|
||||||
environmentId,
|
environmentId,
|
||||||
|
fromSource: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(`[provision-agent:update] redeploy disparado`);
|
console.log(`[provision-agent:update] redeploy disparado`);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
const msg = e instanceof Error ? e.message : String(e);
|
const msg = e instanceof Error ? e.message : String(e);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue