Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Someone noted me that I made a whoopsie on the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonSmit authored Jul 12, 2017
1 parent b3cb86d commit 7dd4b95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ $ php artisan vendor:publish --tag=ldh-config

## Usage

*Deploy to server*
*Deploy to server*
Deploy full instance to the remote server
```bash
php artisan ldh:deploy --stage=production --branch=develop
```

*Patch to server*
*Patch to server*
Push a simple patch to the remote server (minor changes only)
```bash
php artisan ldh:patch --stage=production --branch=patch
```

*Rollback one instance*
*Rollback one instance*
Something went horrably wrong, go back in history
```bash
php artisan ldh:rollback --stage=production
Expand Down

0 comments on commit 7dd4b95

Please sign in to comment.