madalitsonyemba/Deploy Laravel App to FTP Server Action
A GitHub Action to deploy a Laravel project to a server via FTP with customizable PHP versions and extensions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | The branch to deploy | yes | — |
| php-version | The PHP version to use | no | 8.1 |
| php-extensions | Comma-separated list of PHP extensions to install | no | mbstring,xml,intl,curl,gd |
| ftp-username-main | FTP Username for the main branch | yes | — |
| ftp-username-dev | FTP Username for the development branch | yes | — |
| ftp-server | FTP server address | yes | — |
| ftp-password | FTP password | yes | — |
| use-env-files | Whether to use .env.prod and .env.dev files (true/false) | no | true |
Outputs
no outputs