Add: make deploy
as alias of up, sync...
This commit is contained in:
parent
06ba4c5f49
commit
a41ab078dc
1
Makefile
1
Makefile
@ -12,6 +12,7 @@ bash:
|
|||||||
shell:
|
shell:
|
||||||
docker-compose -f docker-compose.yml run build shell
|
docker-compose -f docker-compose.yml run build shell
|
||||||
|
|
||||||
|
deploy: up
|
||||||
sync: up
|
sync: up
|
||||||
up: build
|
up: build
|
||||||
rsync -e ssh --progress --delete -lprtvvzog src/public/ me:/home/www/oscarmlage.com/www/
|
rsync -e ssh --progress --delete -lprtvvzog src/public/ me:/home/www/oscarmlage.com/www/
|
||||||
|
Loading…
Reference in New Issue
Block a user