Chore: Shorten service names passed to deploy.sh in frontend deployment workflows.
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 15s
Build and Deploy Frontend Management to Dev Server / Build Frontend Management Docker Image (push) Successful in 18s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 3s
Build and Deploy Frontend Management to Dev Server / Deploy E-learning Frontend Management to Dev Server (push) Successful in 2s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 2s
Build and Deploy Frontend Management to Dev Server / Notify Deployment Status (push) Successful in 1s

This commit is contained in:
JakkrapartXD 2026-02-10 16:10:47 +07:00
parent 08ab6f0315
commit 11eabc2319
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ jobs:
cd ~/repo
chmod +x ./replace-env.sh ./deploy.sh
./replace-env.sh FRONTEND_LEARNER_TAG "${{ needs.build.outputs.short_sha }}"
./deploy.sh elearning-learner
./deploy.sh learner
notify:
name: Notify Deployment Status

View file

@ -86,7 +86,7 @@ jobs:
cd ~/repo
chmod +x ./replace-env.sh ./deploy.sh
./replace-env.sh FRONTEND_MGMT_TAG "${{ needs.build.outputs.short_sha }}"
./deploy.sh elearning-management
./deploy.sh management
notify:
name: Notify Deployment Status