add upload-resume target

master
Fabien Freling 2020-04-24 17:30:37 +02:00
parent 21345e5dee
commit 629530bed2
1 changed files with 4 additions and 1 deletions

View File

@ -9,8 +9,11 @@ build:
graph:
tup graph . | dot -Tpng > graph.png
upload-resume:
scp ~/Hub/Personal/Jobs/resume_2020.pdf fabs@ffreling.com:ffreling.com/files/resume.pdf
# Deploy up-to-date website to webserver
deploy: build
deploy: build upload-resume
rsync --checksum --copy-links -ave 'ssh' \
--exclude-from=rsync_excludes.txt \
build/* fabs@ffreling.com:ffreling.com/