We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"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.
The text was updated successfully, but these errors were encountered:
Research the options used here:
http://yeoman.io/learning/deployment.html
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: