Skip to content

Commit

Permalink
Merge pull request lorisleiva#243 from elhaouari-mohammed/patch-1
Browse files Browse the repository at this point in the history
fix a typo in `README` file
  • Loading branch information
lorisleiva authored May 17, 2021
2 parents 7e136dd + dc38fc2 commit 1963a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you prefer a quick guide to get started with Deployer 7, I've added one for y
- Update the `deploy.yaml` or `deploy.php` with your own server details.
- Run `dep deploy` to deploy once.
- Run `dep ssh` to connect to your server via SSH.
- Run `cp .env.example && php artisan key:generate` to initialize your `.env` file.
- Run `cp .env.example .env && php artisan key:generate` to initialize your `.env` file.
- Run `vim .env` and update your production environment variables.
- Exit your server — `exit`.
- Run `dep deploy` once more now that your `.env` file is all set up.

0 comments on commit 1963a3f

Please sign in to comment.