12
How do you handle automatic deployment for websites?
(swg-empire.de)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I haven't used forgejo but I imagine you'd set a runner to trigger on merge or push to your main branch that does any build steps (if needed) and copies the artifact to the directory you're serving
Exactly see the reference:
Forgejo Actions | Reference https://forgejo.org/docs/latest/user/actions/reference/