https://github.com/pactode/envoy-deployment-script
My script for deployments using laravel/envoy
https://github.com/pactode/envoy-deployment-script
deployment envoy laravel
Last synced: about 1 year ago
JSON representation
My script for deployments using laravel/envoy
- Host: GitHub
- URL: https://github.com/pactode/envoy-deployment-script
- Owner: pactode
- Created: 2017-10-09T20:37:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T08:19:56.000Z (over 8 years ago)
- Last Synced: 2025-02-03T12:48:01.751Z (over 1 year ago)
- Topics: deployment, envoy, laravel
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Envoy Deployment Script
In order to get started copy the Envoy.blade.php file to your local project folder. Set the required environment variables and run `envoy run init`. This will make the necessary changes to your project folder.
## Deployments
After haven run `envoy run init`, you can start your deployment by running `envoy run deploy`.
## Required environment variables
```
DEPLOY_SERVER=forge@your-server-ip
DEPLOY_REPO=git@url
DEPLOY_PATH=/home/forge/example.com
```