Skip to content

ci: deploy Modal service on push to main - #4

Open
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1788993917-modal-deploy-ci
Open

ci: deploy Modal service on push to main#4
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1788993917-modal-deploy-ci

Conversation

@devin-ai-integration

Copy link
Copy Markdown

Summary

Adds .github/workflows/modal-deploy.yml: on any push to main that touches run-service/ (or manually via Actions → Deploy Modal service → Run workflow), it installs the modal CLI, syntax-checks modal_app.py, and runs modal deploy modal_app.py from run-service/. Deploys are serialised with a concurrency group so two quick merges can't race.

Setup required before the first run: add MODAL_TOKEN_ID and MODAL_TOKEN_SECRET as repository Actions secrets (Settings → Secrets and variables → Actions). Create a token at https://modal.com/settings/tokens — ideally a dedicated one for CI. The huggingface Modal secret the app needs already exists in the workspace.

Merging this PR alone does not trigger a deploy (the workflow path isn't in the trigger list); the first automatic deploy happens on the next run-service/ change to main. Since #3 is already merged, kick one off manually with Run workflow after adding the secrets to get the MP3-only endpoint live.

Link to Devin session: https://app.devin.ai/sessions/d3ad67079eea4dabbaedb4334dbe7c2f
Open in Devin Desktop: https://app.devin.ai/desktop/session/d3ad67079eea4dabbaedb4334dbe7c2f?variant=devin
Requested by: @balebbae

@devin-ai-integration

Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@vercel

vercel Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
interpret Ready Ready Preview Sep 9, 2026 10:47pm UTC

Runs 'modal deploy run-service/modal_app.py' when a push to main touches
run-service/ (or via workflow_dispatch). Needs MODAL_TOKEN_ID and
MODAL_TOKEN_SECRET as repository Actions secrets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant