Skip to content

Create a deploy.ignore file for fabfile #1523

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

Closed
karlcow opened this issue Apr 24, 2017 · 1 comment
Closed

Create a deploy.ignore file for fabfile #1523

karlcow opened this issue Apr 24, 2017 · 1 comment
Assignees

Comments

@karlcow
Copy link
Member

karlcow commented Apr 24, 2017

After discussing with @miketaylr
Currently, we rely on .cvsignore file. It doesn't have to be system dependent and clutter the space of every person deploying the site.
We can create a deploy.ignore file in our own repo.

rsync --exclude-from=/path/to/deploy.ignore

karlcow added a commit to karlcow/webcompat.com that referenced this issue Apr 24, 2017
@karlcow karlcow self-assigned this Apr 24, 2017
@karlcow
Copy link
Member Author

karlcow commented Apr 24, 2017

local("rsync -avz --exclude-from=./config/deploy.ignore --delete . {0}".format(deploy_path))

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

2 participants