This commit is contained in:
Juan Ferrer 2021-04-29 23:59:44 +02:00
parent 88eeffb186
commit fe429b1a61
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#!/usr/bin/env groovy
def call() {
sh 'docker stack deploy --with-registry-auth --prune --compose-file docker-compose.yml $PROJECT_NAME'
}