From be5b7db71558edacf1aeb7bf3be37d64f636d522 Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Tue, 7 Feb 2023 08:39:45 +0000 Subject: [PATCH] Add missing step for setting username --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b995f10..49a546c 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ jobs: There's a couple of things that you need to change before pushing this file: 1. On `Line 17` of the file, you need to set the folder path where you have cloned your repository on your remote VPS / Dedicated server. For example, if you are on Windows, it can be something like `C:/FiveM/MyRPServerResources`, or on Linux, it can be like `/home/username/FiveM/MyRPServerResources`. +2. On `Line 20`, set the username that you use for logging into your VPS / Dedicated Server via RDP 2. Comment out `Line 22` and uncomment `Line 21` if you're using an SSH key instead of a password for logging in. 3. On `Line 23`, set your SSH port if you have changed it explicitly. No need to do anything if you are using defaults. 4. Set your FiveM server port on `Line 32` if it is other than 30120