7 lines
78 B
Bash
Executable file
7 lines
78 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git fetch && git pull
|
|
|
|
docker-compose build
|
|
docker-compose up -d
|