mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
setup step 2: fix url
This commit is contained in:
@@ -98,7 +98,7 @@ export default function Step2ServiceAccount({
|
||||
<Stack direction="row" spacing={1}>
|
||||
<LoadingButton
|
||||
// loading={!region}
|
||||
href={`https://console.cloud.google.com/run/deploy/${region}/rowy-run?project=${projectId}`}
|
||||
href={`https://console.cloud.google.com/run/deploy/${region}/rowy-backend?project=${projectId}`}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user