add support for deploying to a subdirectory

This commit is contained in:
Josh
2018-06-18 10:28:47 -04:00
parent ce6ec0acfb
commit b2b2c641da
10 changed files with 74 additions and 54 deletions

3
.gitignore vendored
View File

@ -15,6 +15,9 @@
/public/system/**
/public/assets/**
# Ignore production paths.
/db/production
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*