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
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:
parent
13c5193344
commit
5aea1d3946
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,6 @@
|
|||
/graphics
|
||||
.DS_Store
|
||||
|
||||
**/*.secret
|
||||
**/*.pw
|
||||
mounts/
|
||||
|
|
|
|||
Loading…
Reference in a new issue