Browse Source

Updated app_server_script for folder structure

master
Steffan JJ 1 year ago
parent
commit
f248145683
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      trias_appserver_script.sh

+ 2
- 1
trias_appserver_script.sh View File

@@ -17,6 +17,7 @@ cd Desktop
mkdir chess
cd chess
mkdir production_A
cd production_A
git clone http://git.bbh.org.in/chess/project-genesis-backend
cd project-genesis-backend
git checkout production
@@ -49,9 +50,9 @@ npm i
#PRODUCTION B SETUP
cd ~
cd Desktop
mkdir chess
cd chess
mkdir production_B
cd production_B
git clone http://git.bbh.org.in/chess/project-genesis-backend
cd project-genesis-backend
git checkout production

Loading…
Cancel
Save