Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup rsync for deployment #43

Open
mhulse opened this issue Feb 22, 2016 · 1 comment
Open

Setup rsync for deployment #43

mhulse opened this issue Feb 22, 2016 · 1 comment

Comments

@mhulse
Copy link
Owner

mhulse commented Feb 22, 2016

"deploy:stage": "rsync -avz -e \"ssh -p 1234\" dist/ foo@baz.com:/etc/path/to/vhost/dir/",

The above taken from a work project that uses rsync to deploy only the needed folders to make site and/or assets hosted on dev/prod servers.

I kinda like this over using git and pulling the full repo; instead, use rsync to push only the code needed.

@mhulse
Copy link
Owner Author

mhulse commented Feb 29, 2016

Research the options used here:

http://yeoman.io/learning/deployment.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant