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 = {
'/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',