mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
add deploy scripts.
This commit is contained in:
0
deploy-production.sh
Normal file → Executable file
0
deploy-production.sh
Normal file → Executable file
0
deploy-staging.sh
Normal file → Executable file
0
deploy-staging.sh
Normal file → Executable file
@@ -1,5 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Make scripts runable
|
||||
chmod +x deploy-staging.sh
|
||||
chmod +x deploy-production.sh
|
||||
|
||||
# This script runs the local development server in Docker.
|
||||
if [[ ! $(which docker) && ! $(docker --version) ]]; then
|
||||
echo -e "\033[91mPlease install Docker. https://docs.docker.com/install"
|
||||
|
||||
Reference in New Issue
Block a user