refactor: update deploy script argument from 'elearning-backend' to 'backend'
This commit is contained in:
parent
220dc0148d
commit
be2d73b361
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ jobs:
|
||||||
cd ~/repo
|
cd ~/repo
|
||||||
chmod +x ./replace-env.sh ./deploy.sh
|
chmod +x ./replace-env.sh ./deploy.sh
|
||||||
./replace-env.sh BACKEND_TAG "${{ env.IMAGE_TAG }}"
|
./replace-env.sh BACKEND_TAG "${{ env.IMAGE_TAG }}"
|
||||||
./deploy.sh elearning-backend
|
./deploy.sh backend
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
name: Notify Deployment Status
|
name: Notify Deployment Status
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue