Compose service renamed
gitea/vn-autoconfig/master This commit looks good
Details
gitea/vn-autoconfig/master This commit looks good
Details
This commit is contained in:
parent
cd7d5dcbd9
commit
273ed9598f
|
@ -47,7 +47,7 @@ pipeline {
|
|||
branch 'master'
|
||||
}
|
||||
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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
version: '3.7'
|
||||
services:
|
||||
service:
|
||||
main:
|
||||
image: registry.verdnatura.es/vn-autoconfig
|
||||
build:
|
||||
context: .
|
||||
|
|
Loading…
Reference in New Issue