Add missing step for setting username

This commit is contained in:
TheiLLeniumStudios
2023-02-07 08:39:45 +00:00
parent 71de55d0a5
commit be5b7db715
+1
View File
@@ -150,6 +150,7 @@ jobs:
There's a couple of things that you need to change before pushing this file: 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`. 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. 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. 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 4. Set your FiveM server port on `Line 32` if it is other than 30120