diff --git a/src/components/Settings/ProjectSettings/RowyRun.tsx b/src/components/Settings/ProjectSettings/RowyRun.tsx index 1619a1f5..49dc7d23 100644 --- a/src/components/Settings/ProjectSettings/RowyRun.tsx +++ b/src/components/Settings/ProjectSettings/RowyRun.tsx @@ -121,21 +121,36 @@ export default function RowyRun({ setLatestUpdate(null); }, [latestUpdate, setLatestUpdate, version]); - const deployButton = window.location.hostname.includes("rowy.app") ? ( - - One-Click Deploy - + const deployButton = window.location.hostname.includes( + EXTERNAL_LINKS.rowyAppHostName + ) ? ( + settings.rowyRunDeployStatus === "BUILDING" || + settings.rowyRunDeployStatus === "COMPLETE" ? ( + + Run on Google Cloud + + ) : ( + + Run on Google Cloud + + ) ) : ( + Run on Google Cloud + ) : (