Skip to content

Commit

Permalink
Exclude WEB-INF folder from deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Aug 9, 2015
1 parent f3728a0 commit bf36278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
rsync -a --delete war/ ../../vograbulary-gh-pages/run
rsync -a --delete --exclude /WEB-INF war/ ../../vograbulary-gh-pages/run

0 comments on commit bf36278

Please sign in to comment.