This repository has been archived on 2025-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
M6C9.de/makefile
Michael Czechowski 8e0d0fbdf0 add makefile
2024-10-14 23:08:51 +02:00

8 lines
202 B
Makefile

deploy:
@set -e
@echo "Cleaning /dist directory..."
@rm -rf ./dist
@echo "Building..."
@npm run build
@echo "Deploying to Uberspace..."
@scp -r ./dist/* tengo@tuttle.uberspace.de:/home/tengo/html