deployment_files
This commit is contained in:
parent
b53f5f1590
commit
e3511147e5
@ -21,5 +21,5 @@ class ApiConstants {
|
|||||||
static const getSystemParameters = '$baseUrl/sysparam/getSysParams';
|
static const getSystemParameters = '$baseUrl/sysparam/getSysParams';
|
||||||
static const updateSystemParams = '$baseUrl/sysparam/updateSysParams';
|
static const updateSystemParams = '$baseUrl/sysparam/updateSysParams';
|
||||||
|
|
||||||
static const baseUrl ='http://157.66.191.31:30055/back';
|
static const baseUrl ='http://157.66.191.31:30062/back';
|
||||||
}
|
}
|
||||||
@ -13,7 +13,7 @@ DOMAIN=157.66.191.31:3000
|
|||||||
#WEB-URL-PORT
|
#WEB-URL-PORT
|
||||||
CONT_PORT=3306
|
CONT_PORT=3306
|
||||||
TARGET_PORT=9292
|
TARGET_PORT=9292
|
||||||
PATH_DIR=/data/34718_1742542397817/sureops_deploy/flutter2/sureops/flutter2-back-b/deployment
|
PATH_DIR=/data/34718_1742547517900/sureops_deploy/flutter2/sureops/flutter2-back-b/deployment
|
||||||
#**********************
|
#**********************
|
||||||
cd $PATH_DIR
|
cd $PATH_DIR
|
||||||
DOCKER_TAG=1.0
|
DOCKER_TAG=1.0
|
||||||
|
|||||||
@ -41,13 +41,13 @@ WORKDIR /app
|
|||||||
RUN git config --global user.email ganeshk@dekatc.com
|
RUN git config --global user.email ganeshk@dekatc.com
|
||||||
RUN git config --global user.name risadmin_prod
|
RUN git config --global user.name risadmin_prod
|
||||||
RUN git init
|
RUN git init
|
||||||
RUN git pull https://risadmin_prod:adminprod1234@157.66.191.31:3000/risadmin_prod/flutter2.git
|
RUN git pull http://risadmin_prod:adminprod1234@157.66.191.31:3000/risadmin_prod/flutter2.git
|
||||||
RUN git checkout -b main
|
RUN git checkout -b main
|
||||||
#COPY --from=builder /app/flutter2/build/app/outputs/flutter-apk/app-release.apk /app
|
#COPY --from=builder /app/flutter2/build/app/outputs/flutter-apk/app-release.apk /app
|
||||||
COPY --from=builder /app/flutter2/flutter2-front-f/authsec_flutterNewUi/base_project/build/app/outputs/flutter-apk/ /app
|
COPY --from=builder /app/flutter2/flutter2-front-f/authsec_flutterNewUi/base_project/build/app/outputs/flutter-apk/ /app
|
||||||
RUN git add .
|
RUN git add .
|
||||||
#RUN git checkout -b main
|
#RUN git checkout -b main
|
||||||
RUN git commit -m "Apk file commit"
|
RUN git commit -m "Apk file commit"
|
||||||
RUN git remote add origin https://157.66.191.31:3000/risadmin_prod/flutter2.git
|
RUN git remote add origin http://157.66.191.31:3000/risadmin_prod/flutter2.git
|
||||||
RUN git push https://risadmin_prod:adminprod1234@157.66.191.31:3000/risadmin_prod/flutter2.git
|
RUN git push http://risadmin_prod:adminprod1234@157.66.191.31:3000/risadmin_prod/flutter2.git
|
||||||
CMD ["flutter", "run", "--release"]
|
CMD ["flutter", "run", "--release"]
|
||||||
|
|||||||
@ -11,7 +11,7 @@ GITEA_EMAIL=ganeshk@dekatc.com
|
|||||||
GIT_BRANCH=main
|
GIT_BRANCH=main
|
||||||
DOMAIN=157.66.191.31:3000
|
DOMAIN=157.66.191.31:3000
|
||||||
#TARGET_PORT=9292
|
#TARGET_PORT=9292
|
||||||
PATH_DIR=/data/34718_1742542397817/sureops_deploy/flutter2/sureops/flutter2-front-f/deployment
|
PATH_DIR=/data/34718_1742547517900/sureops_deploy/flutter2/sureops/flutter2-front-f/deployment
|
||||||
#**********************
|
#**********************
|
||||||
cd $PATH_DIR
|
cd $PATH_DIR
|
||||||
DOCKER_TAG=1.0
|
DOCKER_TAG=1.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user