Compose service renamed
gitea/vn-autoconfig/master This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-01-28 15:08:01 +01:00
parent cd7d5dcbd9
commit 273ed9598f
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -47,7 +47,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}"
} }
} }
} }

View File

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