Justfile: actualizar upstream
This commit is contained in:
parent
68cb936e59
commit
caf5598919
1 changed files with 2 additions and 1 deletions
3
Justfile
3
Justfile
|
@ -19,5 +19,6 @@ clean:
|
|||
ready_to_upload: check refresh_feeds
|
||||
upload: clean ready_to_upload _dirty_upload
|
||||
_dirty_upload: build
|
||||
rsync --rsh='ssh -p443' --recursive --chmod=644 build/ root@nulo.ar:/var/www/nulo.ar/
|
||||
rsync --rsh='ssh -p2223 -J root@dorsiblanco.nulo.in:993' --recursive --chmod=644 build/ root@localhost:/data/nulo_ar/
|
||||
# rsync --rsh='ssh -p443' --recursive --chmod=644 build/ root@nulo.ar:/var/www/nulo.ar/
|
||||
|
||||
|
|
Reference in a new issue