Add: two new commands in Makefile

- Upload full copy of public/
- Sync public/ directory
feature/oscar-theme
Óscar M. Lage 2022-03-30 22:37:24 +02:00
parent a06ed1e17a
commit e5481848a0
1 changed files with 6 additions and 0 deletions

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/