There are just a few simple and intuitive steps to get started.
organization/repository
along with the branch name you want to deploy. Envoyer will automatically deploy the provided branch unless this is overridden at the start of a deployment.
~/.ssh/authorized_keys
file for the users Envoyer should connect to the server as.
releases
directory in which your latest code is copied when you initiate a deployment. A current
symlink is also created that links to the latest release.
If your deployment path is /home/forge/app.com
, you should set your web server’s document root directory to /home/forge/app.com/current/public
.
.env
file in your chosen project path.