Edit Shellscripts
This commit is contained in:
parent
16b0bcfbfb
commit
337cca7b71
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Deployment Script for docker and all containers
|
||||||
|
|
||||||
NC='\033[0m'
|
NC='\033[0m'
|
||||||
|
|
||||||
RED='\033[00;31m'
|
RED='\033[00;31m'
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
# START docker-compose
|
# START docker-compose
|
||||||
|
|
||||||
|
# Undeploy docker and containers
|
||||||
|
|
||||||
do_cleanup () {
|
do_cleanup () {
|
||||||
docker-compose down
|
docker-compose down
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user