add deploy target and cleanup build.sh

This commit is contained in:
2023-03-18 05:29:58 -04:00
parent a274350add
commit a92cf3edcb
3 changed files with 19 additions and 20 deletions

View File

@ -7,3 +7,8 @@ update-bootstrap:
.PHONY: build
build:
./build.sh
.PHONY: deploy
deploy:
rsync -av dist desk:/var/www/balki.me