Skip to content

Commit

Permalink
small update for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralalwi committed Mar 3, 2024
1 parent 67ca1e0 commit b866283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ composer require omaralalwi/laravel-deployer

- setup github connection
if you ready did this, no need to do it again, else you can run following command to generate ssh key in your server to use it is your github account:

```php
php artisan deploy:key-generate your_girhub_email@domain.com
```
- update Env file configs as needed

```dotenv
DEPLOY_BRANCH="master"
DEPLOY_PATH="/project/root directory"
Expand Down

0 comments on commit b866283

Please sign in to comment.