Possible to pull/download some files (via rsync)? #3179
Unanswered
mandrasch
asked this question in
Help needed
Replies: 1 comment
-
I think we're on a similar mission... just wanted to tell you, that I had a look at the source code and found a task named Don't know how to integrate it in my flow, but this is working for downloading content that got edited on the live server: // tasks
task('download:content', function(){
info('Downloading content from the live server...');
download('{{deploy_path}}/current/content/', __DIR__ . "/content/", ['progress_bar' => true]);
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I just experimented with Deployer v7 and Statamic (https://dev.to/mandrasch/statamic-meets-hetzner-cloud-ploi-and-deployer-2ko5) and I was wondering:
Could I also download two file directories (from remote servers
shared/
-folder) to my local project folder?For Statamic I would download the media assets for example from the live server, since these are not in stored in git.
I saw https://deployer.org/docs/7.x/contrib/rsync but only "local -> remote" is mentioned there.
Thanks in advance for suggestions and thanks for providing Deployer as Open Source! 👏
Beta Was this translation helpful? Give feedback.
All reactions