mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix incorrect rowyRunDeployStatus projectSettings key
This commit is contained in:
@@ -46,7 +46,7 @@ export type ProjectSettings = Partial<{
|
||||
|
||||
rowyRunUrl: string;
|
||||
rowyRunRegion: string;
|
||||
rowyRunBuildStatus: "BUILDING" | "COMPLETE";
|
||||
rowyRunDeployStatus: "BUILDING" | "COMPLETE";
|
||||
services: Partial<{
|
||||
hooks: string;
|
||||
builder: string;
|
||||
|
||||
Reference in New Issue
Block a user