Compose service renamed
gitea/vn-support/master This commit looks good
Details
gitea/vn-support/master This commit looks good
Details
This commit is contained in:
parent
e9e867f1ef
commit
51a35c8771
|
@ -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,7 +1,7 @@
|
|||
|
||||
version: '3.7'
|
||||
services:
|
||||
web:
|
||||
main:
|
||||
image: registry.verdnatura.es/vn-support
|
||||
build:
|
||||
context: .
|
||||
|
|
Loading…
Reference in New Issue