Docker stack deploy
This commit is contained in:
parent
c83e7108dd
commit
88eeffb186
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env groovy
|
||||||
|
|
||||||
|
def call() {
|
||||||
|
sh 'docker stack deploy --with-registry-auth --prune --compose-file docker-compose.yml $PROJECT_NAME'
|
||||||
|
}
|
Loading…
Reference in New Issue