remove test
All checks were successful
Build and Deploy Backend / Build Backend Docker Image (push) Successful in 16s
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:
Warunee Tamkoo 2026-02-10 11:52:10 +07:00
parent 6342f81215
commit a0cd688c97

View file

@ -65,11 +65,6 @@ jobs:
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.BACKEND_IMAGE_NAME }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.BACKEND_IMAGE_NAME }}:buildcache,mode=max
- name: Test image can run
run: |
# Quick test that image can start
docker run --rm ${{ env.REGISTRY }}/${{ env.BACKEND_IMAGE_NAME }}:${{ env.IMAGE_TAG }} node --version
deploy:
name: Deploy E-learning Backend to Dev Server
runs-on: ubuntu-latest