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