mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 15:41:42 +00:00
no hace falta subir los parches dos veces
This commit is contained in:
parent
4456deff9c
commit
8bebe155f4
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -108,7 +108,6 @@ ota-js: assets ## Actualizar Javascript en el nodo delegado
|
|||
|
||||
ota: ## Actualizar Rails en el nodo delegado
|
||||
umask 022; git format-patch $(commit)
|
||||
scp ./0*.patch $(delegate):/tmp/
|
||||
ssh $(delegate) mkdir -p /tmp/patches-$(commit)/
|
||||
scp ./0*.patch $(delegate):/tmp/patches-$(commit)/
|
||||
scp ./ota.sh $(delegate):/tmp/
|
||||
|
|
Loading…
Reference in a new issue