Fix deploy path
This commit is contained in:
parent
07d55783fd
commit
9f79a4054b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
.PHONY: deploy
|
.PHONY: deploy
|
||||||
deploy: build
|
deploy: build
|
||||||
rsync --archive --verbose --delete dist/ root@bert:/srv/maps.chandlerswift.com/
|
rsync --archive --verbose --delete dist/ root@bert:/srv/www/maps.chandlerswift.com/
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue