refactor: rename environment variables FRONTEND_MGMT_TAG to MANAGEMENT_TAG and FRONTEND_LEARNER_TAG to FRONTEND_TAG in deployment workflows.
Some checks failed
Build and Deploy Frontend Management to Dev Server / Build Frontend Management Docker Image (push) Has been cancelled
Build and Deploy Frontend Management to Dev Server / Deploy E-learning Frontend Management to Dev Server (push) Has been cancelled
Build and Deploy Frontend Management to Dev Server / Notify Deployment Status (push) Has been cancelled
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Has been cancelled
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Has been cancelled
Build and Deploy Frontend Learner / Notify Deployment Status (push) Has been cancelled

This commit is contained in:
JakkrapartXD 2026-02-10 16:13:36 +07:00
parent 11eabc2319
commit 420776ee6d
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ jobs:
script: |
cd ~/repo
chmod +x ./replace-env.sh ./deploy.sh
./replace-env.sh FRONTEND_LEARNER_TAG "${{ needs.build.outputs.short_sha }}"
./replace-env.sh FRONTEND_TAG "${{ needs.build.outputs.short_sha }}"
./deploy.sh learner
notify:

View file

@ -85,7 +85,7 @@ jobs:
script: |
cd ~/repo
chmod +x ./replace-env.sh ./deploy.sh
./replace-env.sh FRONTEND_MGMT_TAG "${{ needs.build.outputs.short_sha }}"
./replace-env.sh MANAGEMENT_TAG "${{ needs.build.outputs.short_sha }}"
./deploy.sh management
notify: