bundles/travelynx: needs directory to git_deploy into

This commit is contained in:
Franzi 2021-07-02 15:48:48 +02:00
parent f9e2715b30
commit 8ef6522ead
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -12,6 +12,7 @@ users = {
} }
directories = { directories = {
'/opt/travelynx': {},
'/var/cache/travelynx': { '/var/cache/travelynx': {
'owner': 'travelynx', 'owner': 'travelynx',
'mode': '0700', 'mode': '0700',
@ -62,6 +63,9 @@ git_deploy = {
'/opt/travelynx': { '/opt/travelynx': {
'repo': 'https://github.com/derf/travelynx.git', 'repo': 'https://github.com/derf/travelynx.git',
'rev': node.metadata['travelynx']['version'], 'rev': node.metadata['travelynx']['version'],
'needs': {
'directory:/opt/travelynx',
},
'triggers': { 'triggers': {
'action:travelynx_install_deps', 'action:travelynx_install_deps',
'action:travelynx_database_migrate', 'action:travelynx_database_migrate',