How to deploy CI/CD vuejs build using ssh

I’m following this tutorial and everything works like a charm, I can see the success message after the build process.
When the deploy stage starts it fails at the end stating that it cannot connect to the machine and I’m confused about that because I don’t have too much experience using this kinda of cloud containers technology.

image

the alpine rsync -rav line is the tricky one for me

I’m on a windows machine and I created an SSH-key with git-gui just because I read it, not because I knew what I was doing. Could you please point me in the right direction here about the deploy process?

Hey @clustersnake,
for me it seems that your server doesn’t have rsync installed . Could you check if you installed this on your target machine at user@server.com ?

1 Like

Hey
I have the same problem and rsync is installed in my server: rsync version 3.1.2 protocol version 31
but still I have same problem