From d80bf981669ea03440a0587de39cb4faea4e3715 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Wed, 10 Nov 2021 23:28:29 +0100 Subject: [PATCH] Update basics.md --- docs/basics.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/docs/basics.md b/docs/basics.md index 24227727..ad22c897 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -19,20 +19,16 @@ $ dep deploy deployer.org Then Deployer takes the given task, performs some preparation (described later), and executes the task on all specified hosts. -:::info The `dep` CLI looks for `deploy.php` or `deploy.yaml` file in current directory. Or recipe can be specified explicitly via `-f` or `--file` option. ``` $ dep --file=deploy.php deploy deployer.org ``` -::: Let's write a recipe. ```php -