Changing Application Public URL
We'd like to change the application public URL under the general system settings of our self-hosted Team Edition of AppVeyor (we're using Windows Server 2019). Up until today, I refused to do so, as I am afraid that this would break the automated build integrations of our running projects with resp. on GitHub.
As I could not find any resources online, I'd kindly like to ask whether changing the server URL indeed would break the automated build integration of already configured and running projects in AppVeyor (e.g. so that a commit in a GitHub repository wouldn't trigger an automated build anymore)? Or is there a way to e.g. fix the integration manually in AppVeyor and/or GitHub after changing the URL?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 23 Mar, 2024 04:54 PM
Hi Damian,
You will need to update project/repository webhook URLs on GitHub side.
2 Posted by Damian on 26 Mar, 2024 12:50 PM
That's great news and seams feasible, I think we'll try that. Thank you very much indeed for your help.