docs: add SSH_PORT secret env var

This commit is contained in:
Sonny
2023-11-20 00:05:33 +01:00
parent 9f9e82c869
commit 9102c20ab5

View File

@@ -41,6 +41,7 @@ Env var to define :
DOCKER_USERNAME="Your docker username" DOCKER_USERNAME="Your docker username"
DOCKER_PASSWORD="Your docker password" DOCKER_PASSWORD="Your docker password"
SSH_HOST="Your SSH host" SSH_HOST="Your SSH host"
SSH_PORT="Your SSH port" # use port 22 if you are using the default value
SSH_USERNAME="Your SSH username" SSH_USERNAME="Your SSH username"
SSH_KEY="Your SSH key" # see below SSH_KEY="Your SSH key" # see below
``` ```