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
|
fi
|
||||||
cp /defaults/default.conf /config/nginx/site-confs
|
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
|
# make our folders and links
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
/config/www/{css,resources} \
|
/config/www/{css,resources} \
|
||||||
|
Loading…
Reference in New Issue
Block a user