#Repoint Gitlab repo to new repo on webhook configured pages site
9 messages · Page 1 of 1 (latest)
Not on Pages, but you can do so with Workers
Blahhh, so gotta create a new and migrate
Yeah, unfortunately. Though, I will note, once you are on Workers, you wouldn't have this problem anymore, and you also get the other benefits of being on Workers, like deploying on a route, non-Fetch handlers, etc.
I mean i have a mix of both. Are pages going away?
No, they just aren't really getting new features
So stuff like being able to change which repo a given Worker is pointed to was only added to Workers, it won't be brought to Pages

I mean, you don't have to move if you don't want to? You can run CI yourself, then deploy with wrangler?