interaction needed

main
Paul Schneider 5 months ago
parent 080578c101
commit e870271fe4
1 changed files with 5 additions and 5 deletions

@ -20,11 +20,11 @@ install_service:
sudo systemctl enable yavsc sudo systemctl enable yavsc
pushInProd: publish pushInProd: publish
@sudo systemctl stop $(SERVICE_PROD) sudo systemctl stop $(SERVICE_PROD)
@sudo cp -a bin/$(CONFIGURATION)/$(DOTNET_FRAMEWORK)/publish/* $(DESTDIR) sudo cp -a bin/$(CONFIGURATION)/$(DOTNET_FRAMEWORK)/publish/* $(DESTDIR)
@sudo chown -R $(USER_AND_GROUP) $(DESTDIR) sudo chown -R $(USER_AND_GROUP) $(DESTDIR)
@sudo sync sudo sync
@sudo systemctl start $(SERVICE_PROD) sudo systemctl start $(SERVICE_PROD)
%.css: %.scss %.css: %.scss
scss $^ > $@ scss $^ > $@

Loading…