Laravel-Deployer
A simple Laravel deployer for your projects.
Example
Using the binary
Using the crate
Add the following dependency to the Cargo.toml file:
[]
= "0.1.3"
And then get started in your main.rs
:
use Deployer;
Run
# Dev
# Build
# Test
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in laravel-deployer
by you, shall be licensed as MIT, without any additional terms or conditions.