Skip to content

Instantly share code, notes, and snippets.

@rudowastaken
Created January 1, 2014 12:05
Show Gist options
  • Save rudowastaken/8207408 to your computer and use it in GitHub Desktop.
Save rudowastaken/8207408 to your computer and use it in GitHub Desktop.
Deployment script ignoring .htaccess
#!/bin/zsh
#
# Edit login and server to correct values
#
rsync -avg --exclude='.htaccess' . login@server:/web
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment