From 79cf777b11977a4f18c80deee00f0372299fbf53 Mon Sep 17 00:00:00 2001 From: randy-ar Date: Mon, 5 Jan 2026 13:11:03 +0700 Subject: [PATCH] fix(FE): merge with branch development --- .gitlab-ci.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f4b1587..e02ea8ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -138,20 +138,20 @@ build:dev: environment: name: development variables: - NEXT_PUBLIC_LTI_URL: "https://dev-lti-erp.mbugroup.id" - NEXT_PUBLIC_SSO_LOGIN_URL: "https://dev-auth-erp.mbugroup.id" - NEXT_PUBLIC_API_BASE_URL: "https://dev-api-lti.mbugroup.id/api" - NEXT_PUBLIC_CLIENT_ID: "Lumbung-Telur-Indonesia" + NEXT_PUBLIC_LTI_URL: 'https://dev-lti-erp.mbugroup.id' + NEXT_PUBLIC_SSO_LOGIN_URL: 'https://dev-auth-erp.mbugroup.id' + NEXT_PUBLIC_API_BASE_URL: 'https://dev-api-lti.mbugroup.id/api' + NEXT_PUBLIC_CLIENT_ID: 'Lumbung-Telur-Indonesia' deploy:dev: <<: *deploy_template - needs: ["build:dev"] + needs: ['build:dev'] rules: - if: '$CI_COMMIT_BRANCH == "development"' variables: - S3_BUCKET: "dev-lti-erp.mbugroup.id" - AWS_REGION: "ap-southeast-3" - CLOUDFRONT_DISTRIBUTION_ID: "E1Z8XTA8XF1GIV" + S3_BUCKET: 'dev-lti-erp.mbugroup.id' + AWS_REGION: 'ap-southeast-3' + CLOUDFRONT_DISTRIBUTION_ID: 'E1Z8XTA8XF1GIV' environment: name: development url: https://dev-lti-erp.mbugroup.id @@ -166,20 +166,20 @@ build:staging: environment: name: staging variables: - NEXT_PUBLIC_LTI_URL: "https://stg-lti-erp.mbugroup.id" - NEXT_PUBLIC_SSO_LOGIN_URL: "https://stg-auth-erp.mbugroup.id" - NEXT_PUBLIC_API_BASE_URL: "https://stg-api-lti.mbugroup.id/api" - NEXT_PUBLIC_CLIENT_ID: "Lumbung-Telur-Indonesia" + NEXT_PUBLIC_LTI_URL: 'https://stg-lti-erp.mbugroup.id' + NEXT_PUBLIC_SSO_LOGIN_URL: 'https://stg-auth-erp.mbugroup.id' + NEXT_PUBLIC_API_BASE_URL: 'https://stg-api-lti.mbugroup.id/api' + NEXT_PUBLIC_CLIENT_ID: 'Lumbung-Telur-Indonesia' deploy:staging: <<: *deploy_template - needs: ["build:staging"] + needs: ['build:staging'] rules: - if: '$CI_COMMIT_BRANCH == "staging"' variables: - S3_BUCKET: "stg-lti-erp.mbugroup.id" - AWS_REGION: "ap-southeast-3" - CLOUDFRONT_DISTRIBUTION_ID: "E2V6PPO1AUIU7H" + S3_BUCKET: 'stg-lti-erp.mbugroup.id' + AWS_REGION: 'ap-southeast-3' + CLOUDFRONT_DISTRIBUTION_ID: 'E2V6PPO1AUIU7H' environment: name: staging - url: https://stg-lti-erp.mbugroup.id \ No newline at end of file + url: https://stg-lti-erp.mbugroup.id