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
petebd
petebd4mo ago
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 deploy
Paguro
PaguroOP4mo ago
Sure, and then provide the account token via env?
Unknown User
Unknown User4mo ago
Message Not Public
Sign In & Join Server To View
Paguro
PaguroOP4mo ago
Cool, I somehow missed this one! Thank you both!

Did you find this page helpful?