Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reallyli committed Oct 8, 2018
1 parent a14e014 commit 4ec9290
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 @@ -11,7 +11,7 @@
# Installation

```shell
composer require reallyli/laravel-unideploy
composer require reallyli/laravel-unideploy --dev
```

## Start
Expand All @@ -33,15 +33,15 @@ php artisan deploy {staging} --branh={branch}
Roll back the current version

```shell
php artisan rollback {staging}
php artisan deploy:rollback {staging}
```

## Unlock

Temporarily unlock the deployment file

```shell
php artisan unlock {staging}
php artisan deoloy:unlock {staging}
```

## Links
Expand Down

0 comments on commit 4ec9290

Please sign in to comment.