Now that we have proper HTTPS-protected domain for the Fundraising CI, we can deactivate the old "proof of concept" URL by deactivating its port in docker-compose.yml. Only do this when no more Pull Requests are pointing to the old URL.
Acceptance criteria
- docker-compose file for Woodpecker CI is updated in the infrastructure repo and the server
- Webhooks with old URL are deleted from GitHub repos
Implementation Details
- File is server-setup/files/woodpecker/docker-compose.yml in the infrastructure repo, change the ports section of the woodpecker-server service
- done
- You can find the webhooks tab in the "Settings" link of each repository. Delete only the old URL.
- done