noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Run on remote host? #567

Open Axelen123 opened 5 years ago

Axelen123 commented 5 years ago

I am working on a docker project and when I try to run openssh to connect to it nothing happens...

build script:

cmd: ssh [Username]@[IP] cd [The Folder] && sudo docker-compose up