mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 13:51:41 +00:00
enviar cambios
This commit is contained in:
parent
1e0642c45b
commit
30ddcca4a8
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -111,6 +111,7 @@ save: ## Subir la imagen Docker al nodo delegado
|
|||
@echo -e "\a"
|
||||
|
||||
ota: ## Actualizar Rails en el nodo delegado
|
||||
git push
|
||||
ssh $(delegate) git -C /srv/sutty/srv/http/panel.sutty.nl pull ; true
|
||||
ssh $(delegate) git -C /srv/sutty/srv/http/panel.sutty.nl lfs prune
|
||||
ssh $(delegate) chown -R 1000:82 /srv/sutty/srv/http/panel.sutty.nl
|
||||
|
|
Loading…
Reference in a new issue