This repository contains default community health files and workflow templates for the organization.
These templates are available for use in repositories across the organization.
- File:
workflow-templates/development-deploy.yml - Description: Deploys a Laravel application to our development cluster.
- Trigger: Manual (
workflow_dispatch) - Key Features:
- Sets up SSH keys
- Configures
kubectl - Sets up WireGuard VPN
- Configures Node.js and PHP environments
- Intended for Laravel applications
To use this workflow in your repository:
- Navigate to the Actions tab in your repository.
- Click New workflow.
- Look for "Development Deployment" under the organization's workflows.
- Set up the required secrets (
DEV_APP_NAME).