diff --git a/Makefile b/Makefile index 8035daa..3298a0d 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ src := public target := voidcruiser.nl +host := voidDroplet push: $(target) - rsync -ahv $(target) voidDroplet:/var/www/ --delete + rsync -ahv $(target) $(host):/var/www/ --delete $(target): build mv $(src) $(target)