Add deployment command

This commit is contained in:
Konstantin Nazarov 2021-08-21 15:15:20 +01:00
parent 8d3fde7d3e
commit 4c01f8e382
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22
2 changed files with 4 additions and 7 deletions

View file

@ -34,3 +34,6 @@ $(ODIR)/style.css: style.css
clean:
rm -rf $(ODIR)/*
deploy:
rsync -avP --delete output/ root@knazarov.com:/var/www/knazarov.com/

View file

@ -2,10 +2,4 @@ Subject: Konstantin Nazarov
Hi!
If you are here, you may take a look at some featured posts:
- one
- two
- three
Or at some of my projects:
This is my new work-in-progress home page.