mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
deploy: b7dc192302
This commit is contained in:
parent
49fd940a82
commit
198ffd9056
@ -23,6 +23,11 @@ if [[ ${TP_URLBASE} ]]; then
|
||||
fi
|
||||
cp /defaults/default.conf /config/nginx/site-confs
|
||||
|
||||
# Remove old config
|
||||
if [[ -f /config/nginx/site-confs/default ]]; then
|
||||
rm /config/nginx/site-confs/default
|
||||
fi
|
||||
|
||||
# make our folders and links
|
||||
mkdir -p \
|
||||
/config/www/{css,resources} \
|
||||
|
Loading…
Reference in New Issue
Block a user