mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-21 11:51:47 +00:00
chequear que los assets estén actualizados al actualizar
This commit is contained in:
parent
80f135d495
commit
ef74013fa3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -111,7 +111,7 @@ save: ## Subir la imagen Docker al nodo delegado
|
||||||
date +%F | xargs -I {} git tag -f $(container)-{}
|
date +%F | xargs -I {} git tag -f $(container)-{}
|
||||||
@echo -e "\a"
|
@echo -e "\a"
|
||||||
|
|
||||||
ota: ## Actualizar Rails en el nodo delegado
|
ota: assets ## Actualizar Rails en el nodo delegado
|
||||||
git push
|
git push
|
||||||
ssh $(delegate) git -C /srv/sutty/srv/http/panel.sutty.nl pull
|
ssh $(delegate) git -C /srv/sutty/srv/http/panel.sutty.nl pull
|
||||||
ssh $(delegate) git -C /srv/sutty/srv/http/panel.sutty.nl lfs prune
|
ssh $(delegate) git -C /srv/sutty/srv/http/panel.sutty.nl lfs prune
|
||||||
|
|
Loading…
Reference in a new issue