#[FiveM Resource Watcher] Automatically syncs git changes to server and restarts changed resources

1 messages · Page 1 of 1 (latest)

split frost
#

Just released a Github automation tool / pipeline allows you to restart resources automatically when changes are pushed to git.

Link to the repository: https://github.com/iLLeniumStudios/fivem-resource-watcher

Features:

  • Detects changes
  • Restart only resources that have been changed
  • Restart the whole server on changes
  • Resource filters
  • Works both on Linux and Windows

Benefits:
This allows you, as a server owner to have a Git Managed workflow for your server where you don't need to provide access to the VPS / Dedicated server or txAdmin console to your developers. They just push the changes to the git repository and they all get pulled and deployed automatically

Tutorial Video and Showcase: https://youtu.be/I_FqjKvcjxY

GitHub

Github action to automatically restart the resources / server on change - GitHub - iLLeniumStudios/fivem-resource-watcher: Github action to automatically restart the resources / server on change

Link to the repository: https://github.com/iLLeniumStudios/fivem-resource-watcher

fivem-resource-watcher GitHub Action allows you to restart resources automatically when changes are pushed.

Features:

  • Detects change detection
  • Restart only resources that have been changed
  • Restart the whole server on changes
  • Resource filters (Coming Soon)...
▶ Play video
obtuse crater
#

@stark hare

#

Thanks for open sourcing this @split frost

stark hare
split frost
stark hare
split frost
stark hare
#

devops azure environment

#

but we can deffo integrate this

#

thank you

split frost
#

No problem

old snow
#

this can work with RedM?

split frost
old snow
#

i tried but made conection time out with vps,

split frost
#

You didn’t allow SSH connections in the firewall

split frost
#

Read the readme and run the proper command mentioned in it to allow the connection

violet hamlet
#

Nice, one thing I might recommend is adding an option to not restart the resource or the server. For example if you are working on any resource that streams in assets, it might crash your game if you ensure with the asset near your character (I know this happens if you restart an add-in vehicle and one is on the map)

split frost
violet hamlet
split frost
#

I’ll just add regex support, instead of just basic wildcards etc. so you can do pretty much anything with filtering