bluelightco/Laravel Forge Action
Create and manage environments via the Laravel Forge API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_BRANCH_NAME | The name of the Git branch to be used for deployment. | yes | — |
| AWS_REGION | The AWS Region used. | no | us-east-1 |
| AWS_ACCESS_KEY_ID | The AWS Access Key. | yes | — |
| AWS_SECRET_ACCESS_KEY | The AWS Secret Key. | yes | — |
| RDS_VPC_ID | The AWS VPC id used by RDS database. | yes | — |
| RDS_SUBNET_GROUP | The Subnet Group used by the RDS database. | yes | — |
| RDS_ROOT_USERNAME | The root username for the RDS database. | yes | — |
| RDS_ROOT_PASSWORD | The root password for the RDS database. | yes | — |
| RDS_NAME | The name of the RDS database to be created or used. | yes | — |
| RDS_PR_DB_NAME | The name of the RDS database for your application. | yes | — |
| FORGE_API_TOKEN | API token used for authenticating Forge API requests. | yes | — |
| FORGE_SERVER_ID | The ID of the server managed by Forge where the site will be created. | yes | — |
| FORGE_ZONE | The DNS zone to be used by the Forge site for domain configuration. | yes | — |
| FORGE_GIT_URL | The URL of the Git repository to be used by Forge for deployment. | yes | — |
Outputs
no outputs