Remove files for web api
Make modifications to run on ec2
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
set -o nounset
|
||||
|
||||
source .env
|
||||
|
||||
# Check Redis is up
|
||||
|
||||
# Check Web API is up with simple curl of hostcheck
|
||||
|
||||
python -m geeksbot
|
||||
Reference in New Issue
Block a user