dbh / easy-deploy-bundle
Symfony 6.1, modify from EasyCorp/easy-deploy-bundle
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.2.0
- symfony/console: 5.4.*
- symfony/dependency-injection: 5.4.*
- symfony/expression-language: 5.4.*
- symfony/filesystem: 5.4.*
- symfony/http-foundation: 5.4.*
- symfony/http-kernel: 5.4.*
- symfony/polyfill-mbstring: 1.25.*
- symfony/process: 5.4.*
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-04 11:33:43 UTC
README
EasyDeployBundle is the easiest way to deploy your Symfony applications.
Features
- Zero dependencies. No Python. No Ruby. No Capistrano. No Ansible. Nothing.
- Zero configuration files. No YAML. No XML. No JSON. Just pure PHP awesomeness.
- Multi-server and multi-stage deployment (e.g. "production", "staging", "qa").
- Zero downtime deployments.
- Supports Symfony 5.4 applications.
- Compatible with GitHub, BitBucket, GitLab and your own Git servers.
Requirements
- Your local machine: PHP 7.2 or higher and a SSH client.
- Your remote servers: they allow SSH connections from the local machine.
- Your application: it can use any version of Symfony (5.4).
Documentation
Tutorials
- Creating a Local SSH Configuration File
- Troubleshooting Connection Issues to Remote SSH Servers
- Cloning the Application Code on Remote Servers
NOTE EasyDeploy does not "provision" servers (like installing a web server and the right PHP version for your application); use Ansible if you need that. EasyDeploy does not deploy containerized applications: use Kubernetes if you need that.