0
1
Fork 0

Docker stack deploy

This commit is contained in:
Juan Ferrer 2021-04-30 00:07:06 +02:00
parent 95aa622497
commit 1530b571c0
3 changed files with 6 additions and 3 deletions

5
Jenkinsfile vendored
View File

@ -56,8 +56,11 @@ pipeline {
when {
branch 'master'
}
environment {
DOCKER_HOST = "${env.SWARM_HOST}"
}
steps {
sh "docker stack deploy --with-registry-auth --prune --compose-file docker-compose.yml ${env.PROJECT_NAME}"
dockerStackDeploy()
}
}
}

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.49) stable; urgency=low
hedera-web (1.407.50) stable; urgency=low
* Initial Release.

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.407.49",
"version": "1.407.50",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {