Skip to content
Snippets Groups Projects
Commit f1f7ce33 authored by danielvincent's avatar danielvincent
Browse files

tar ignores files specified in .gitignore

parent a53d15f5
No related branches found
No related tags found
No related merge requests found
......@@ -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 $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment