B
B
Bogdan2018-06-19 17:24:29
Continuous Integration
Bogdan, 2018-06-19 17:24:29

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

What's next, I don't know, thanks.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question