From 5794d7f9ce22c6f14825d62517b5f8fa148f3195 Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Tue, 1 Oct 2024 16:40:45 +0100 Subject: [PATCH] Updated capitalisation and fix typo --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b086b59..b0964c4 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ A template for Autonomic Wordpress projects, including local set-up, and auto-de - Set PROJECT_NAME to some identifier for the project 5. Make sure `.drone.yml` has the right settings for the server you'd like to deploy - - change host to the FQDN of the host, likely smol-wp.autonomic.zone - - set service to the docker service name, usually _app so like display_distribute_com_app - - update source and exec_pre to the path to the theme - - comment exec: composer install if composer isn't in use - - set `deploy_key: from_secret:` to the secret name of the SSH key to access the server. this requires logging into drone as autonomic admin, then checking "organisation secrets" on the repo settings page of any repo in the same org. or you can use drone CLI and do drone orgsecret ls + - Change host to the FQDN of the host, likely smol-wp.autonomic.zone + - Set service to the docker service name, usually _app so like display_distribute_com_app + - Update source and exec_pre to the path to the theme + - Comment exec: composer install if composer isn't in use + - Set `deploy_key: from_secret:` to the secret name of the SSH key to access the server. this requires logging into drone as autonomic admin, then checking "organisation secrets" on the repo settings page of any repo in the same org. or you can use drone CLI and do drone orgsecret ls 6. Add any custom plugins / themes to `wp-content` - Copying / moving files into the repo in wp-content, and possibly / probably excluding them from .gitignore 7. "Activate" this repository in Drone