Prepare production workflow

This commit is contained in:
Chocobozzz
2018-01-15 11:10:46 +01:00
parent 633868bc2c
commit 6b2ef589ed
8 changed files with 57 additions and 34 deletions

View File

@@ -16,14 +16,14 @@ database:
# From the project root directory
storage:
avatars: 'avatars/'
certs: 'certs/'
videos: 'videos/'
logs: 'logs/'
previews: 'previews/'
thumbnails: 'thumbnails/'
torrents: 'torrents/'
cache: 'cache/'
avatars: 'storage/avatars/'
certs: 'storage/certs/'
videos: 'storage/videos/'
logs: 'storage/logs/'
previews: 'storage/previews/'
thumbnails: 'storage/thumbnails/'
torrents: 'storage/torrents/'
cache: 'storage/cache/'
cache:
previews:

View File

@@ -17,14 +17,14 @@ database:
# From the project root directory
storage:
avatars: 'avatars/'
certs: 'certs/'
videos: 'videos/'
logs: 'logs/'
previews: 'previews/'
thumbnails: 'thumbnails/'
torrents: 'torrents/'
cache: 'cache/'
avatars: '../storage/avatars/'
certs: '../storage/certs/'
videos: '../storage/videos/'
logs: '../storage/logs/'
previews: '../storage/previews/'
thumbnails: '../storage/thumbnails/'
torrents: '../storage/torrents/'
cache: '../storage/cache/'
cache:
previews: