Navigation
Welcome! Choose your deployment method below based on your needs.
2 min
Setup Time
0
Protected
3
Simple Steps
Choose Your Method:
Single Project
Perfect for getting started or testing on one repository
Bulk Deploy
Deploy to multiple projects at once (5-50 projects)
Organization
Deploy to all repositories in your GitHub organization
Two Ways to Deploy:
• Automatic: Enter project path and click deploy (recommended)
• Manual: Download files and add them yourself
• Automatic: Enter project path and click deploy (recommended)
• Manual: Download files and add them yourself
⚡
Automatic Deployment (Recommended)
Examples: ~/projects/my-app, /home/user/repos/project, C:\Users\Name\projects\app
— OR —
Manual Deployment (3 Steps)
1
Download Setup Files
Pending
Download the configuration files for your project
2
Add Files to Project
Pending
Copy the downloaded files to your project root directory
cd /path/to/your/project # Extract downloaded files here unzip WORKFLOW-config.zip # Tip: the zip also includes a README.md with exact next steps.
3
Commit and Push
Pending
Commit the configuration files and push to GitHub
git add .github git commit -m "Add WORKFLOW workflow" git push
Note: This will deploy the selected workflow to all selected projects at once.
1
Add Your Projects
Deploy to all repositories in your GitHub organization or personal account automatically
Works with:
• Personal GitHub accounts (your username)
• Organization accounts (company/team name)
Works with:
• Personal GitHub accounts (your username)
• Organization accounts (company/team name)
1
GitHub Configuration
Need a token? Create one here (needs 'repo' and 'workflow' scopes)
Enter your GitHub username (e.g., amr-dev) or organization name (e.g., my-company)