-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexecute-deplyment.sh
31 lines (21 loc) · 1.37 KB
/
execute-deplyment.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/usr/bin/env bash
printf "\n\n Deploying Sellfie Admin - Dev Server with TagV1.0 \n\n"
sh deployment-script/deploy.sh dev TagV1.0.0 sellfie-admin dev
printf "\n\n Deploying Sellfie Admin - QA Server with TagV1.0 \n\n"
sh deployment-script/deploy.sh dev TagV1.0.0 sellfie-admin qa
printf "\n\n Deploying Sellfie API base - Dev Server with TagV1.0 \n\n"
sh deployment-script/deploy.sh dev TagV1.0.0 sellfy dev
printf "\n\n Deploying Sellfie API base - QA Server with TagV1.0 \n\n"
sh depdeployment-script/deploy.shh dev TagV1.0.0 sellfy qa
printf "\n\n Deploying Sellfie Buyer App(Node) - Dev Server with TagV1.0 \n\n"
sh deployment-script/deploy.sh dev TagV1.0.0 sellfie-front-end dev sellfie-buyer
printf "\n\n Deploying Sellfie Buyer App(Node) - QA Server with TagV1.0 \n\n"
sh deployment-script/deploy.sh dev TagV1.0.0 sellfie-front-end qa sellfie-buyer
printf "\n\n Deploying Sellfie Web App(Node) - Dev Server with TagV1.0 \n\n"
sh deployment-script/deploy.sh dev TagV1.0.0 sellfie-front-end dev sellfie-webapp
printf "\n\n Deploying Sellfie Web App(Node) - QA Server with TagV1.0 \n\n"
sh deployment-script/deploy.sh dev TagV1.0.0 sellfie-front-end qa sellfie-webapp
#sh deploy-my-website.sh dev TagV1.0 sellfie-admin pre-prod
#sh deploy-my-website.sh dev TagV1.0 sellfie-admin prod
#sh deploy-my-website.sh dev TagV1.0 sellfy pre-prod
#sh deploy-my-website.sh dev TagV1.0 sellfy prod