mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Add testing upgrade from previous commit
This commit is contained in:
parent
6bf6b06b68
commit
c3e4fda917
1 changed files with 5 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
setup_public=0 #Considering the sensitive actions this app can do, I prefer to have it private
|
||||
upgrade=1
|
||||
upgrade=0 from_commit=567fc9435804add272fa4ae48a7cf1ec5f173d2d
|
||||
upgrade=1 from_commit=453b13703bb418a7da33ed4f3e96a486b365d865
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=1
|
||||
|
@ -29,4 +30,7 @@ Notification=none
|
|||
;;; Upgrade options
|
||||
; commit=CommitHash
|
||||
name=Name and date of the commit.
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&password=pass&port=666&
|
||||
; commit=453b13703bb418a7da33ed4f3e96a486b365d865
|
||||
name=v1.2.9 2021-02-20
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&password=pass&port=666&
|
||||
|
|
Loading…
Reference in a new issue