Windfree poller application & jenkins pipeline
This commit is contained in:
14
Jenkinsfile.deploy
Normal file
14
Jenkinsfile.deploy
Normal file
@@ -0,0 +1,14 @@
|
||||
@Library('vulcan-ci') _
|
||||
|
||||
containerDeploymentPipeline(
|
||||
applicationName: 'windfree-poller',
|
||||
imageRepository: 'repo.attilabito.com/apps/windfree-poller',
|
||||
deploymentTargets: [
|
||||
'raspberry-pi-4b'
|
||||
],
|
||||
dockerArguments: [
|
||||
'--env-file /etc/smartthings-windfree/secrets',
|
||||
'--mount type=bind,src=/etc/smartthings-windfree/config.toml,dst=/etc/smartthings-windfree/config.toml,readonly',
|
||||
'--mount type=bind,src=/var/lib/smartthings-windfree,dst=/var/lib/smartthings-windfree'
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user