bundles/travelynx: needs directory to git_deploy into
This commit is contained in:
parent
f9e2715b30
commit
8ef6522ead
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,7 @@ users = {
|
|||
}
|
||||
|
||||
directories = {
|
||||
'/opt/travelynx': {},
|
||||
'/var/cache/travelynx': {
|
||||
'owner': 'travelynx',
|
||||
'mode': '0700',
|
||||
|
@ -62,6 +63,9 @@ git_deploy = {
|
|||
'/opt/travelynx': {
|
||||
'repo': 'https://github.com/derf/travelynx.git',
|
||||
'rev': node.metadata['travelynx']['version'],
|
||||
'needs': {
|
||||
'directory:/opt/travelynx',
|
||||
},
|
||||
'triggers': {
|
||||
'action:travelynx_install_deps',
|
||||
'action:travelynx_database_migrate',
|
||||
|
|
Loading…
Reference in a new issue