https://github.com/fuelviews/laravel-cpanel-auto-deploy
Laravel cpanel auto deploy package
https://github.com/fuelviews/laravel-cpanel-auto-deploy
automation cpanel deploy fuelviews laravel php shell
Last synced: 8 months ago
JSON representation
Laravel cpanel auto deploy package
- Host: GitHub
- URL: https://github.com/fuelviews/laravel-cpanel-auto-deploy
- Owner: fuelviews
- License: mit
- Archived: true
- Created: 2024-04-04T18:21:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T19:41:42.000Z (12 months ago)
- Last Synced: 2025-04-05T07:34:54.557Z (9 months ago)
- Topics: automation, cpanel, deploy, fuelviews, laravel, php, shell
- Language: PHP
- Homepage: https://fuelviews.com
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/funding.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel cpanel auto deploy package
[](https://packagist.org/packages/fuelviews/laravel-cpanel-auto-deploy)
[](https://github.com/fuelviews/laravel-cpanel-auto-deploy/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/fuelviews/laravel-cpanel-auto-deploy/actions?query=workflow%3A"Fix+PHP+code+style+issues")
[](https://packagist.org/packages/fuelviews/laravel-cpanel-auto-deploy)
Laravel cpanel auto deploy package streamlines the deployment process for Laravel applications on dedicated whm/cpanel hosting environments.
## Installation
You can require the package and it's dependencies via composer:
```bash
composer require fuelviews/laravel-cpanel-auto-deploy
```
You can publish the default github action workflow with:
```bash
php artisan deploy:install
```
**Default github action workflow triggers on PR to development branch
## Usage
You can manually run the script in terminal with:
```bash
./cpanel-auto-deploy.sh
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Thejmitchener](https://github.com/thejmitchener)
- [Fuelviews](https://github.com/fuelviews)
- [All Contributors](../../contributors)
## Support us
Fuelviews is a web development agency based in Portland, Maine. You'll find an overview of all our projects [on our website](https://fuelviews.com).
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.