tar ignores files specified in .gitignore
This commit is contained in:
parent
a53d15f50a
commit
f1f7ce338f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ then
|
|||
else
|
||||
mkdir -p -v log/thin/
|
||||
#force AGPL
|
||||
tar cf ../_source.tar --exclude='*.yml' --exclude='public/uploads' *
|
||||
tar cf ../_source.tar -X .gitignore *
|
||||
mv ../_source.tar public/source.tar
|
||||
bundle exec ruby ./script/websocket_server.rb&
|
||||
bundle exec thin start $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue