mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Update Justfile
This commit is contained in:
parent
902b75077e
commit
19c3abc488
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
default:
|
default:
|
||||||
@just --list
|
@just --list
|
||||||
|
|
||||||
# rsync to production
|
# build and rsync to production
|
||||||
deploy: build
|
deploy: build
|
||||||
rsync -avzhP --delete public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/
|
rsync -avzhP --delete public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue