0
1
Fork 0

Compose service renamed

This commit is contained in:
Juan Ferrer 2020-01-28 14:59:59 +01:00
parent 0db18864a4
commit 6322c44e14
4 changed files with 4 additions and 4 deletions

2
Jenkinsfile vendored
View File

@ -53,7 +53,7 @@ pipeline {
branch 'master' branch 'master'
} }
steps { steps {
sh "docker stack deploy --with-registry-auth --compose-file docker-compose.yml ${env.PROJECT_NAME}" sh "docker stack deploy --with-registry-auth --prune --compose-file docker-compose.yml ${env.PROJECT_NAME}"
} }
} }
} }

2
debian/changelog vendored
View File

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

View File

@ -1,6 +1,6 @@
version: '3.7' version: '3.7'
services: services:
web: main:
image: registry.verdnatura.es/hedera-web image: registry.verdnatura.es/hedera-web
build: build:
context: . context: .

View File

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