Skip to content

Allow arbitrary sets of files to be used in python and cuda runner co… #12

Allow arbitrary sets of files to be used in python and cuda runner co…

Allow arbitrary sets of files to be used in python and cuda runner co… #12

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
jobs:
deploy:
name: Modal Deployment
runs-on: ubuntu-latest
env:
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install Modal
run: |
python -m pip install --upgrade pip
pip install modal
- name: Deploy job
run: |
modal deploy src/discord-cluster-manager/modal_runner_archs.py