From b18f68ff429c58509e7c3b18617af028ccf6c325 Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Tue, 7 Feb 2023 11:43:35 +0000 Subject: [PATCH] Update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64e4e3c..8cf6928 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ fivem-resource-watcher GitHub Action allows you to restart resources automatical - Resource filters (Coming Soon) - Works both on Linux and Windows -Video Tutorial / Showcase: https://youtu.be/I_FqjKvcjxY - ## 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 @@ -27,6 +25,8 @@ This allows you, as a server owner to have a Git Managed workflow for your serve ## How to set up +Video Tutorial / Showcase: https://youtu.be/I_FqjKvcjxY + ### Explanation 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. Your deployment workflow will look like the following after the pipeline is set up: