Skip to content

Commit ff212f5

Browse files
committed
feat(backend): update redirect to frontend deployment wizard
1 parent 1a85741 commit ff212f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/backend/src/routes/deploy/github-callback.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ export default async function deployGitHubCallbackRoute(server: FastifyInstance)
100100
operation: 'github_app_installation_stored'
101101
}, 'GitHub App installation stored successfully');
102102

103-
// Redirect to frontend success page
104-
return reply.redirect(`${frontendUrl}/deploy?installed=true`);
103+
// Redirect to frontend deployment wizard
104+
return reply.redirect(`${frontendUrl}/deploy/create?installed=true`);
105105
} catch (error) {
106106
server.log.error({
107107
error,

0 commit comments

Comments
 (0)