mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 06:56:44 +00:00
fix: restore railway deploy service id type
This commit is contained in:
parent
6d02fb8241
commit
9acb125890
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ export async function configureRailwayService(opts: {
|
||||||
|
|
||||||
export async function deployRailwayService(opts: {
|
export async function deployRailwayService(opts: {
|
||||||
token: string;
|
token: string;
|
||||||
|
serviceId: string;
|
||||||
environmentId: string;
|
environmentId: string;
|
||||||
/** Use true on the first deploy of a freshly-created service (no prior deployment exists). */
|
/** Use true on the first deploy of a freshly-created service (no prior deployment exists). */
|
||||||
firstDeploy?: boolean;
|
firstDeploy?: boolean;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue