From 88bfef996c11ef93fecca3e24a68edf0575a0145 Mon Sep 17 00:00:00 2001 From: David Maciejewski Date: Fri, 1 Mar 2024 00:01:27 +0100 Subject: [PATCH] Docs: Change readme --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index daf44a8..80c45ce 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,4 @@ Any static assets, like images, can be placed in the `public/` directory. ## Deployment -Use the deploy script of this repository. First, copy `deploy/.sample.env` to `deploy/.env` and fill in the SSH credentials. Use the following commands to deploy your public folder: - -```sh -$ deploy/it dry # to test it -$ deploy/it now # to deploy it -``` +The deployment is done through GitHub Actions. Tags and releases are done via release-it.