Build and deploy of version 29020191

This commit is contained in:
Renan LE CARO 2025-03-05 22:51:19 +01:00
parent 584fd24179
commit 6d0ad5e675
5 changed files with 6 additions and 6 deletions

View file

@ -42,7 +42,7 @@ git push
# upload to breakout.lecaro.me
DOMAIN="breakout.lecaro.me"
PUBLIC_CONTENT="./dist"
PUBLIC_CONTENT="./dist/*"
ssh staging "mkdir -p /opt/mup-nginx-proxy/config/html/static_sites/$DOMAIN"
rsync -avz --delete --delete-excluded --exclude="*.sh" --exclude="node_modules" --exclude="android" --exclude=".*" $PUBLIC_CONTENT staging:/opt/mup-nginx-proxy/config/html/static_sites/$DOMAIN