This commit is contained in:
TheiLLeniumStudios
2023-02-07 07:12:38 +00:00
parent f68df69a20
commit d1472fc986
2 changed files with 24 additions and 2 deletions
+23 -1
View File
@@ -1,6 +1,28 @@
# fivem-resource-watcher
This action prints "Hello World" or "Hello" + the name of a person to greet to the log.
fivem-resource-watcher GitHub Action allows you to restart resources remotely via rcon.
## Features
- Detects change detection
- Restart only resources that have been changed
- Restart the whole server on changes
- Resource filters (Coming Soon)
## Inputs
This action alone only does part of the automation. In order to actually make the restarts useful, we need to pull the remote changes first on the Server so that the changes are live after the restart. This doc will go through all the changes that you need to make in order to have a fully working pipeline. You workflow will look like the following after the pipeline is set up:
- You make the changes in your local clone of the repository
- You push the changes to the repository
- The pipeline will pull the changes that you just pushed, into your server automatically
- The pipeline will only restart the resources that you made changes to automatically, or it will restart the whole server depending on what you have configured
## Inputs