We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14e014 commit 4ec9290Copy full SHA for 4ec9290
README.md
@@ -11,7 +11,7 @@
11
# Installation
12
13
```shell
14
-composer require reallyli/laravel-unideploy
+composer require reallyli/laravel-unideploy --dev
15
```
16
17
## Start
@@ -33,15 +33,15 @@ php artisan deploy {staging} --branh={branch}
33
Roll back the current version
34
35
36
-php artisan rollback {staging}
+php artisan deploy:rollback {staging}
37
38
39
## Unlock
40
41
Temporarily unlock the deployment file
42
43
44
-php artisan unlock {staging}
+php artisan deoloy:unlock {staging}
45
46
47
## Links
0 commit comments