align documentation
This commit is contained in:
bovenliggende
eb855ef6c3
commit
8c3e36d283
16
README.md
16
README.md
@ -20,14 +20,14 @@ Create a deploy key (if it's not exist). Set it in the repository settings.
|
||||
|
||||
- `cd deployer`
|
||||
- `composer update`
|
||||
- `Änderungen committen`
|
||||
- `commit changes`
|
||||
|
||||
## Project
|
||||
|
||||
### Deployment
|
||||
|
||||
- `cd deployer`
|
||||
- `dep deploy ...`
|
||||
- `dep deploy [stage]`
|
||||
|
||||
### Rollback
|
||||
|
||||
@ -35,7 +35,7 @@ Create a deploy key (if it's not exist). Set it in the repository settings.
|
||||
|
||||
This command set `current` directory to previous deployment:
|
||||
|
||||
- `dep rollback`
|
||||
- `dep rollback [stage]`
|
||||
|
||||
## Available tasks
|
||||
|
||||
@ -43,10 +43,8 @@ This command set `current` directory to previous deployment:
|
||||
- dep `rollback` [stage] - switch to previous release
|
||||
- dep `migrate`[stage] - run all database migrations
|
||||
|
||||
* dep `duplicateDatabase` [stage] - dump contents from source database (live) to destination database (stage) and replace live to stage URLs
|
||||
* dep `getVersion` [stage] - show version of current WordPress installation
|
||||
* dep `showUpdates` [stage] - show available updates of the current installation
|
||||
* dep `update` [stage] - run composer update and wordpress update in current release, create new release first
|
||||
* dep `list`- list all available commands
|
||||
- dep `list`- list all available commands
|
||||
|
||||
* dep releases - list all releases of the current stage
|
||||
### work in progress
|
||||
- dep `duplicateDatabase` [stage] - dump contents from source database (live) to destination database (stage) and replace live to stage URLs
|
||||
- dep `getVersion` [stage] - show version of current WordPress installation
|
||||
|
Laden…
Verwijs in nieuw issue
Block a user