1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-15 00:57:32 +02:00

path to nginx conf fix

This commit is contained in:
GilbN 2022-04-16 12:48:02 +02:00
parent 2268a6ecb1
commit dca301ff45
3 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ if [[ $SHA != $SHA_RELEASE ]]; then
fi
cat <<< "$SHA_RELEASE" > "/config/www/themepark/sha.txt"
cp /root/themepark.subdomain.conf /config/nginx/proxy-confs/themepark.subdomain.conf
cp /root/themepark.subfolder.conf /config/nginx/proxy-confs/themepark.subfolder.conf
cp /themepark-confs/themepark.subdomain.conf /config/nginx/proxy-confs/themepark.subdomain.conf
cp /themepark-confs/themepark.subfolder.conf /config/nginx/proxy-confs/themepark.subfolder.conf
# permissions
chown -R abc:abc \