Add: two new commands in Makefile

- Upload full copy of public/
- Sync public/ directory
This commit is contained in:
Óscar M. Lage 2022-03-30 22:37:24 +02:00
parent a06ed1e17a
commit e5481848a0

View File

@ -11,3 +11,9 @@ bash:
shell:
docker-compose -f docker-compose.yml run build shell
up:
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/