Repo is deployment dir
Some checks failed
API Checks / clippy (push) Has been cancelled
Frontend Checks / lint (push) Has been cancelled
Frontend Checks / typecheck (push) Has been cancelled
Deploy API / Deploy to Fly.io (push) Has been cancelled
Deploy Frontend / Deploy to Vercel (push) Has been cancelled

Rather than putting the source repo in a build dir and having a mount dir next to that, the
source repo itself is the deployment dir, with the mount dir inside of it. We do not want
to commit the contents of the database to the repo obviously
This commit is contained in:
D. Scott Boggs 2025-05-08 08:51:02 -04:00
parent 13c5193344
commit 5aea1d3946

2
.gitignore vendored
View file

@ -1,4 +1,6 @@
/graphics /graphics
.DS_Store .DS_Store
**/*.secret **/*.secret
**/*.pw **/*.pw
mounts/