.gitlab-ci.yml: SSH deployment
As server configuration may change depending on server, the SSH client was configured directly on the server rather than on the .gitlab-ci.yml file. Example: Host vda.vidjil.org StrictHostKeyChecking no UserKnownHostsFile=/dev/null IdentityFile = ~/.ssh/bonsai-ci
Showing
Please register or sign in to comment