Update: some changes in make commands
- up/sync is now for syncing the stuff - new `buildall` command to hard-copy the build resultremotes/oscarmlage/main
parent
2533b8617f
commit
2cd0501b57
8
Makefile
8
Makefile
|
@ -12,8 +12,10 @@ bash:
|
||||||
shell:
|
shell:
|
||||||
docker-compose -f docker-compose.yml run build 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
|
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