re-init de la liste des migrations
Some checks failed
Dotnet build and test / log-the-inputs (push) Failing after 3s
Dotnet build and test / build (push) Failing after 1s

This commit is contained in:
Paul Schneider
2025-08-18 09:22:09 +01:00
parent 59063e0fd8
commit f914d712e2
326 changed files with 2538 additions and 326876 deletions

View File

@ -29,7 +29,6 @@ publish:
dotnet publish src/Yavsc/Yavsc.csproj -c Release -o $(DESTDIR)/srv/www/yavsc
install: publish
chown -R www-data $(DESTDIR)/srv/www/yavsc
chgrp -R www-data $(DESTDIR)/srv/www/yavsc
sudo chown -R www-data:www-data $(DESTDIR)/srv/www/yavsc
.PHONY: