mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Add Makefile for deployment
This commit is contained in:
parent
b67809803b
commit
368f893fe2
1 changed files with 6 additions and 0 deletions
6
v2/Makefile
Normal file
6
v2/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
all:
|
||||||
|
echo "Available targets:"
|
||||||
|
echo "- deploy"
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
rsync -avzhP public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/
|
Loading…
Reference in a new issue