Compare commits
2 Commits
abdcd45057
...
ce5957eb70
Author | SHA1 | Date | |
---|---|---|---|
ce5957eb70
|
|||
b388e8f796
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ todo
|
||||
env
|
||||
__pycache__
|
||||
redis-data
|
||||
docker-compose.yml
|
||||
|
6
gohookr.sh
Executable file
6
gohookr.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
cd `dirname $0`
|
||||
git pull
|
||||
docker-compose up -d --build
|
Reference in New Issue
Block a user