refactor: update deploy script argument from 'elearning-backend' to 'backend'
All checks were successful
Build and Deploy Backend / Build Backend Docker Image (push) Successful in 15s
Build and Deploy Backend / Deploy E-learning Backend to Dev Server (push) Successful in 2s
Build and Deploy Backend / Notify Deployment Status (push) Successful in 1s

This commit is contained in:
JakkrapartXD 2026-02-10 13:21:47 +07:00
parent 220dc0148d
commit be2d73b361

View file

@ -81,7 +81,7 @@ jobs:
cd ~/repo
chmod +x ./replace-env.sh ./deploy.sh
./replace-env.sh BACKEND_TAG "${{ env.IMAGE_TAG }}"
./deploy.sh elearning-backend
./deploy.sh backend
notify:
name: Notify Deployment Status