How can I publish my Astro site with
How can I publish my Astro site with Wrangler to Pages(Workers) from a CI/CD? I'm using a self-hosted git server, not GitHub
4 Replies
In your own server you can setup an action to occur on pushes to your production branch (
main?) and in that action build your project and use wrangler deploySure, and then provide the account token via env?
Unknown User•4mo ago
Message Not Public
Sign In & Join Server To View
Cool, I somehow missed this one!
Thank you both!