deployment_files
This commit is contained in:
parent
35d90c8132
commit
bb359f5ad9
@ -21,5 +21,5 @@ class ApiConstants {
|
||||
static const getSystemParameters = '$baseUrl/sysparam/getSysParams';
|
||||
static const updateSystemParams = '$baseUrl/sysparam/updateSysParams';
|
||||
|
||||
static const baseUrl ='http://157.66.191.31:31113/back'; }
|
||||
static const baseUrl ='http://157.66.191.31:31119/back'; }
|
||||
}
|
||||
@ -13,7 +13,7 @@ DOMAIN=157.66.191.31:3000
|
||||
#WEB-URL-PORT
|
||||
CONT_PORT=3306
|
||||
TARGET_PORT=9292
|
||||
PATH_DIR=/data/34707_1742529819911/sureops_deploy/flutter1/sureops/flutter1-back-b/deployment
|
||||
PATH_DIR=/data/34707_1742530838413/sureops_deploy/flutter1/sureops/flutter1-back-b/deployment
|
||||
#**********************
|
||||
cd $PATH_DIR
|
||||
DOCKER_TAG=1.0
|
||||
|
||||
@ -13,7 +13,9 @@ RUN git clone http://risadmin_prod:adminprod1234@157.66.191.31:3000/risadmin_pro
|
||||
#************* Stage 2 - Maven Build **************
|
||||
#FROM cirrusci/flutter:stable AS builder
|
||||
#FROM zekfad/flutter-builder:latest AS builder
|
||||
FROM ghcr.io/cirruslabs/flutter:3.24.3 AS builder
|
||||
#FROM ghcr.io/cirruslabs/flutter:3.24.3 AS builder
|
||||
FROM ghcr.io/cirruslabs/flutter:3.25.0 AS builder # Check the latest version
|
||||
|
||||
LABEL stage=builder
|
||||
LABEL build=$BUILD_ID
|
||||
WORKDIR /app/flutter1
|
||||
@ -27,6 +29,10 @@ RUN pwd
|
||||
RUN flutter pub get
|
||||
RUN ./remove_unused.sh
|
||||
RUN flutter clean
|
||||
RUN dart --disable-analytics && \
|
||||
dart --version && \
|
||||
dart pub upgrade
|
||||
|
||||
RUN flutter pub get
|
||||
#RUN flutter build apk --split-per-abi
|
||||
RUN flutter build apk --target-platform android-arm64
|
||||
|
||||
@ -11,7 +11,7 @@ GITEA_EMAIL=ganeshk@dekatc.com
|
||||
GIT_BRANCH=main
|
||||
DOMAIN=157.66.191.31:3000
|
||||
#TARGET_PORT=9292
|
||||
PATH_DIR=/data/34707_1742529819911/sureops_deploy/flutter1/sureops/flutter1-front-f/deployment
|
||||
PATH_DIR=/data/34707_1742530838413/sureops_deploy/flutter1/sureops/flutter1-front-f/deployment
|
||||
#**********************
|
||||
cd $PATH_DIR
|
||||
DOCKER_TAG=1.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user