Answer the question
In order to leave comments, you need to log in
Travis deploy to VSP via SSH?
Hello. Tell me please. Is it possible to set up deploy in Travis via SSH. The official doc seems to have examples of popular hosting Heroku, AWS, etc., but I have a VPS. I have a project on Vue, you need to:
1) build it
2) and deploy ready-made files to the right folder on the server
3) restart the nginx service.
travis.yml
node_js:
- "10"
install:
- npm install
- npm build
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question