update the modal triton workflow
All checks were successful
Triton Modal Trigger / deploy-to-modal (push) Successful in 8s

This commit is contained in:
DatTT127
2026-07-17 13:30:58 +07:00
parent 53980e2afc
commit f35329d6c0

View File

@@ -20,8 +20,10 @@ jobs:
- name: Deploy Triton model to Modal
run: |
echo "Deploying Triton..."
cd workspace/sprint_1_2/CODEBASE/infra/implementation/triton_run
modal deploy triton_server.py
cd workspace
pwd
ls -la
env:
MODAL_TOKEN_ID: ${{ secrets.MODAL_KEY }}
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_SECRET }}