Repo is deployment dir
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
a94bc545aa
commit
8cb7b672d6
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
||||||
|
|
||||||
**/*.pw
|
**/*.pw
|
||||||
**/*.secret
|
**/*.secret
|
||||||
|
mounts/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue