add deploy scripts.

This commit is contained in:
Nawaz Dhandala
2021-06-10 20:06:12 +01:00
parent bd48ac3f06
commit bbcf9aee34
3 changed files with 4 additions and 0 deletions

0
deploy-production.sh Normal file → Executable file
View File

0
deploy-staging.sh Normal file → Executable file
View File

View 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"