mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 19:59:46 -05:00
4 lines
115 B
TypeScript
4 lines
115 B
TypeScript
const cmd = "km run -y action deploy-komodo-fe-change";
|
|
new Deno.Command("bash", {
|
|
args: ["-c", cmd],
|
|
}).spawn(); |