This GitHub Action is designed to streamline the testing and deployment process for Laravel applications running on PHP 8.2. It enables developers to automate the testing and deployment tasks, facilitating efficient workflows.
- Laravel 11 Support: Designed to work seamlessly with Laravel 11 projects.
- PHP 8.2 Compatibility: Built to support applications running on PHP 8.2.
- Test Automation: Automates the testing process, ensuring code quality and reliability.
- Deployment to Ubuntu Server: Facilitates deployment to Ubuntu servers, enabling smooth integration with server environments.
To use this GitHub Action in your workflow, simply include it in your workflow configuration file (e.g., .github/workflows/production.yml). Here's an example of how to set it up:
Make sure to replace your-github-username, your-ubuntu-server-ip, your-ssh-username, and SSH_PASSWORD with your actual GitHub username, server IP address, SSH username, and your SSH password stored as a secret respectively.
Contributing Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.