From 8c3e36d283a431a4010356432d58496c49a3ba6d Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 17 Oct 2024 08:55:37 +0200 Subject: [PATCH] align documentation --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3f7078f..00445b9 100644 --- a/README.md +++ b/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 \ No newline at end of file +### 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