runner, auto, deploy, autodeploy, release, tag

Benjamyn Love 2023-10-17 02:35:53 -04:00
parent 84a09e62a6
commit b690b3f6d7

@ -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