change server path after rouven has moved it
This commit is contained in:
parent
35d548a400
commit
a073c04697
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -1,4 +1,5 @@
|
||||||
SHELL=bash
|
SHELL=bash
|
||||||
|
server_path=/srv/web/regex
|
||||||
|
|
||||||
.PHONY: generate push all
|
.PHONY: generate push all
|
||||||
|
|
||||||
|
@ -8,5 +9,5 @@ generate:
|
||||||
./generate.py
|
./generate.py
|
||||||
|
|
||||||
push:
|
push:
|
||||||
rsync -avuP ./deploy/ quitte:public_html/regex
|
rsync -avuP ./deploy/ quitte:$(server_path)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue