7 lines
86 B
Bash
Executable file
7 lines
86 B
Bash
Executable file
#!/usr/bin/env sh
|
|
set -x -e
|
|
|
|
git checkout main
|
|
git pull
|
|
|
|
docker-compose up -d --build
|