From b690b3f6d778cfe975d41f467cf5013a8cb8325e Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Tue, 17 Oct 2023 02:35:53 -0400 Subject: [PATCH] runner, auto, deploy, autodeploy, release, tag --- Running-the-auto-deploy.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Running-the-auto-deploy.md diff --git a/Running-the-auto-deploy.md b/Running-the-auto-deploy.md new file mode 100644 index 0000000..3441359 --- /dev/null +++ b/Running-the-auto-deploy.md @@ -0,0 +1,11 @@ +RULES: If its in master it can be deployed + +To run the auto deployment you need to create a tag (at the moment the only way to do that is create a release, thanks gitea) + + - Go to the `Releases` tab + - Click `New Release` + - Fill in the tag value, this needs to start with v to trigger the auto building, just follow the standard we use in previous releases + - The name should be the main feature that is being pushed for our reference + - Wait for the deploy to run :3 + +And that's it \ No newline at end of file