Ron Strauss
CDCloudflare Developers
•Created by Ron Strauss on 11/15/2023 in #pages-help
Updating Pages app Github integration after transferring ownership
I've changed ownership (from user to organization) of a repo on GitHub, which is connected to an existing Pages app, but I can't change the
.git
link in the Pages app. New commits aren't reflecting in the Pages app dashboard, either.
I also can't create a new Pages app with the existing GitHub project afterwards.
This is a production app. I'd like to keep the deploy history, so deleting and starting over isn't an option...
Does the link change get resolved eventually? For now I've transferred it back.
Account ID is f8d269011e595a6accc50a86f0b7d021
Page is mobility-client.pages.dev
Thanks!1 replies
CDCloudflare Developers
•Created by Ron Strauss on 5/16/2023 in #pages-help
How to set up cloudflare to send an email (or emit some event) after page build is deployed?
I would like to be able to send an email after a page has been successfully deployed.
Right now I have a github action that automatically merges any open PRs at a certain time.
I've connected cloudflare pages to this github repo, and it automatically deploys the new PR, which is great, but I also want to get an update when that happens. Any ideas? Should I use /functions somehow? I saw cloudflare has an email service, but I couldn't understand how to make it work...
https://blog.cloudflare.com/sending-email-from-workers-with-mailchannels/
Sorry, I'm quite new to this 😦
7 replies