bundle/matrix-media-repo update dependencies and needs
This commit is contained in:
parent
3c5e778016
commit
bd19749971
2 changed files with 12 additions and 0 deletions
|
@ -58,6 +58,9 @@ actions = {
|
|||
'-X github.com/turt2live/matrix-media-repo/common/version.Version={}\\\" '.format(node.metadata['matrix-media-repo']['version']) + \
|
||||
'-v ./cmd/..."',
|
||||
'triggered': True,
|
||||
'needs': {
|
||||
'pkg_apt:',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -67,6 +70,7 @@ svc_systemd = {
|
|||
'action:matrix-media-repo_build',
|
||||
'file:/etc/systemd/system/matrix-media-repo.service',
|
||||
'file:/opt/matrix-media-repo/config.yaml',
|
||||
'postgres_db:matrix-media-repo',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue