bundles/travelynx: make version configurable via metadata
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
b7f377816f
commit
4974494ee0
3 changed files with 3 additions and 2 deletions
|
@ -53,5 +53,5 @@
|
|||
'${cookie_secret}',
|
||||
],
|
||||
|
||||
version => '1.16.1',
|
||||
version => '${version}',
|
||||
};
|
||||
|
|
|
@ -36,7 +36,7 @@ files = {
|
|||
git_deploy = {
|
||||
'/opt/travelynx': {
|
||||
'repo': 'https://github.com/derf/travelynx.git',
|
||||
'rev': '1.16.1',
|
||||
'rev': node.metadata['travelynx']['version'],
|
||||
'triggers': {
|
||||
'action:travelynx_install_deps',
|
||||
'action:travelynx_database_migrate',
|
||||
|
|
|
@ -184,6 +184,7 @@ nodes['htz.ex42-1048908'] = {
|
|||
},
|
||||
},
|
||||
'travelynx': {
|
||||
'version': '1.16.1',
|
||||
'mail_from': 'travelynx@franzi.business',
|
||||
},
|
||||
'users': {
|
||||
|
|
Loading…
Reference in a new issue