Re-organise Tome paths, add TODO
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
c1ccef5e32
commit
f82502cd9c
1 changed files with 5 additions and 3 deletions
|
|
@ -12,18 +12,20 @@ let
|
|||
root = "/var/www/vhosts/website-tome";
|
||||
|
||||
paths = [
|
||||
"core"
|
||||
"sites/default/files"
|
||||
"themes/custom/opdavies"
|
||||
|
||||
# TODO: move back to Sculpin.
|
||||
"archive"
|
||||
"automated-testing"
|
||||
"core"
|
||||
"daily/.+"
|
||||
"examples"
|
||||
"homelab"
|
||||
"podcast"
|
||||
"rss/bb.xml"
|
||||
"rss/daily.xml"
|
||||
"sites/default/files"
|
||||
"testing"
|
||||
"themes/custom/opdavies"
|
||||
];
|
||||
|
||||
port = ports.nginx.website-tome;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue