diff --git a/Makefile b/Makefile index 54e4548..65aedb8 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,10 @@ bash: shell: docker-compose -f docker-compose.yml run build shell -up: +sync: up +up: build + rsync -e ssh --progress --delete -lprtvvzog src/public/ me:/home/www/oscarmlage.com/www/ + +buildall: build cp -r src/public/ me:/home/www/oscarmlage.com/www -sync: - rsync -e ssh --progress --delete -lprtvvzog src/public/ me:/home/www/oscarmlage.com/www/