From 4c0092047082290f39c5531f756ea180b8d910b6 Mon Sep 17 00:00:00 2001 From: Henning Orth Date: Thu, 11 May 2023 14:31:40 +0200 Subject: [PATCH] Update deploy.yml (#1487) Fix doc link in "Deploy WP site"-step message. URL should be redirected IMO additionally. --- deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.yml b/deploy.yml index 4d88bb2151..cbe2d77de0 100644 --- a/deploy.yml +++ b/deploy.yml @@ -27,7 +27,7 @@ Invalid Git repository. Ensure that your site's `repo` variable is defined in `group_vars/{{ env }}/wordpress_sites.yml` and uses the SSH format (example: git@github.com:roots/bedrock.git) More info: - > https://roots.io/trellis/docs/deploys/ + > https://roots.io/trellis/docs/deployments/ when: project.repo is not defined or project.repo is not match("^ssh://.+@.+|.+@.+:.+") roles: - deploy