auto-deploy branch to public dir #2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
btw. is the branch online somewhere? (I tried https://fabien.benetou.fr/pub/home/future_of_text_demo/list-engine)
I was thinking of the same issue with xrsh branches: I'm thinking of adding
.forgejo/workflows/deploybranch.yamlto the repo which will copies files to /srv/www/{branchname} via a forgejo runner (as described in my vid):thinking_face:...that should work
...IF I modify the runner Dockerfile to mount /srv/www
..and expose it as a public webdir via nginx..
..hm will write an todo-issue about it