Version control content? #1
Loading…
Add table
Add a link
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?
Currently, to rebuild and redeploy this, I have to use
sudo ./deploy synclocally to stage files for CI.A CI run should be self-contained on push.
The local src/ folder could be a symlink to /var/lib/www, but is that what a repo with mdbook expects?
Should the src be version controlled like source code, or treated like content from a database?
Should mdbook be handled as a rust library?
Deployment is fracturedto Version control content?