| name | deploy-labs |
| description | Deploy the labs environment to AWS via GitHub Actions. Use when the user wants to deploy, release, or push changes to the labs environment. |
Deploy Labs Environment
Repository & Workflow
- Repo:
dimagi-internal/connect-labs
- Branch:
main
- Workflow:
Deploy to AWS Labs
Deploy Command
gh workflow run "Deploy to AWS Labs" -R dimagi-internal/connect-labs --ref main -f run_migrations=false
With migrations:
gh workflow run "Deploy to AWS Labs" -R dimagi-internal/connect-labs --ref main -f run_migrations=true
Monitor Progress
gh run list -R dimagi-internal/connect-labs --workflow="Deploy to AWS Labs" --limit 1
gh run watch -R dimagi-internal/connect-labs <run_id>
Pre-Deploy Checklist
- Ensure changes are committed and pushed to
main
- Push to origin:
git push origin main