How to download folder from remote to local with gulp? - ssh

I want to download a folder from remote to local via ssh in my gulp task.
I tried gulp-ssh but couldnt figure out how to download folders.

Related

Connecting OneDrive to Intellij

It appears my OneDrive isn't available on Intellij. When creating or saving new projects, only folders within my local disk (C:) are available. No parent or sisters, just C:
Are there steps required to have access to onedrive on IntelliJ?
I downloaded .exe rather than .zip, maybe that's it?
Thanks
screenshot of IntelliJ's file explorer compared to my PC's file explorer. Only available location in IntelliJ is local disk.
IntelliJ File Trajectory

how to download file from git project folder to jenkins server

I have a git repository where my selenium project is kept. Jenkins pick this project runs the mentioned test cases.
One of the test cases have file upload code. This code fails because the VM machine on which jenkins runs the code does have these files . We do not have access to this VM machine.
Is there a way to download the file from git project folder in jenkins server and then try to upload this file on the application.
I tried opening the file on git and then clicked on RAW , right clicked on the page and clicked on save as but it is opening the windows interaction of my local machine.
Please help.

Gitlab CE Continuous Integration build node/angular app and deploy dist folder to server

I've spent countless hours trying to understand how to do this correctly.
I have a nodejs application with angular front-end which are both contained in the same project.
I would simply like to have Gitlab CE CI build the project and then copy the resulting dist folder and package.json file to the production server and restart
I have a shared gitlab runner setup and was able to successfully configure the ssh runner.
Using the Gitlab runner ssh I was able to copy the entire project to the production server but cannot get it to build (plus I really don't want to have all files on the server, just the production required files.
what am I missing. do you use a docker runner with a node image to build the project and they scp files to the production server?
Any guidance would greatly be appreciated.
Yes, I think you already state the solution.
I would recommend looking into Job Artifacts to build your application in a Docker-based build job and upload the production files as an artifact.
The next job could then deploy (by scp or ssh+wget/curl) the artifact files to your production server and restart the webserver.

PhpStorm : accessing remote project files without copying files locally

When setting a new project from existing remote files, PhpStorm copy them locally.
Is it possible to access and modify files from remote server without copying them locally , as Eclipse RSE plugin do?

Change artifact Storage on Apache archiva repository

I have installed an local copy of archiva in my local machine. When i upload artifact or "mvn deploy" artifact to store artifacts - it uses my local system to store files. I want to store artifacts with my dreamObjects cloud account with amazon s3 filesystem. And when ever needed the artifact should download from there. I need some Idea how i can implement that. I already have tested filesystem using s3 into dreamobject. Need the clue where i should work on archiva.