Add: two new commands in Makefile
- Upload full copy of public/ - Sync public/ directoryfeature/oscar-theme
parent
a06ed1e17a
commit
e5481848a0
6
Makefile
6
Makefile
|
@ -11,3 +11,9 @@ bash:
|
||||||
|
|
||||||
shell:
|
shell:
|
||||||
docker-compose -f docker-compose.yml run build 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/
|
||||||
|
|
Loading…
Reference in New Issue