Added two scripts to make deployment a bit easier

This commit is contained in:
2019-02-06 09:34:55 +01:00
parent 1071915f27
commit 3cd55e2a83
2 changed files with 2 additions and 0 deletions

1
deploy/full-all.sh Executable file
View File

@@ -0,0 +1 @@
./2docker.sh && ./build-all.sh && ./2server.sh cloud2

1
deploy/full-quick.sh Executable file
View File

@@ -0,0 +1 @@
./2docker.sh && ./build-quick.sh && ./2server.sh cloud2