All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good
18 lines
128 B
Bash
18 lines
128 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
set -x
|
|
|
|
reset
|
|
|
|
clear
|
|
|
|
docker-compose build
|
|
|
|
docker-compose pull
|
|
|
|
docker-compose down
|
|
|
|
docker-compose up -d
|