Answer the question
In order to leave comments, you need to log in
How to ci gitlab over ssh?
Guys, tell me, please, .gitlab-ci.yml
what do I need to register there so that gitlab stupidly connects to me via ssh and runs a certain bash script on it.
Gitlab-runner installed, did everything according to the instructions, but it’s not clear with the connection via ssh .
The instructions spell out everything about the option with the docker, but without it there is almost nothing.
Now I have written this:
deploy:
script:
- echo 'test'
Answer the question
In order to leave comments, you need to log in
deploy:
script:
- echo 'test'
- ./script.sh
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question