Commit ca7e1a28ff400d22b100ea08cd071d1b4f8ee2b3

Authored by Ábner Oliveira
1 parent c5393af6
Exists in production

adicionado script de deploy e gems vendorizadas

Showing 165 changed files with 32 additions and 0 deletions   Show diff stats

Too many changes.

To preserve performance only 100 of 165 files displayed.

script/prepare_deploy 0 → 100755
... ... @@ -0,0 +1,32 @@
  1 +#!/bin/bash
  2 +ERRBIT_PROJECT_PATH=$HOME/git/projetos/rails/errbit
  3 +ERRBIT_DEPLOY_PATH=$HOME/git/projetos/rails/errbit_deploy
  4 +ERRBIT_DEPLOY_APP_PATH=$ERRBIT_DEPLOY_PATH/errbit
  5 +
  6 +cd $ERRBIT_PROJECT_PATH
  7 +
  8 +
  9 +# As dependências devem ter sido instaladas, vendorizdas e comitadas
  10 +
  11 +# bundle install
  12 +
  13 +# bundle package --all
  14 +
  15 +
  16 +# Pega a commit mais recente
  17 +
  18 +REV=$(git --git-dir=$ERRBIT_PROJECT_PATH/.git rev-parse HEAD)
  19 +
  20 +# exporta os arquivos do index (incluindo submodulos para a pasta de deploy
  21 +
  22 +git checkout-index -a -f --prefix=$ERRBIT_DEPLOY_APP_PATH/
  23 +
  24 +
  25 +# navega para a pasta com a copia da app em ERRBIT_DEPLOY_PATH
  26 +cd $ERRBIT_DEPLOY_APP_PATH
  27 +
  28 +
  29 +# compacta o arquivo de deploy
  30 +tar -czvf ../errbit-REV.tar.gz *
  31 +
  32 +
... ...
vendor/cache/actionmailer-4.2.3.gem 0 → 100644
No preview for this file type
vendor/cache/actionmailer_inline_css-1.5.3.gem 0 → 100644
No preview for this file type
vendor/cache/actionpack-4.2.3.gem 0 → 100644
No preview for this file type
vendor/cache/actionview-4.2.3.gem 0 → 100644
No preview for this file type
vendor/cache/activejob-4.2.3.gem 0 → 100644
No preview for this file type
vendor/cache/activemodel-4.2.3.gem 0 → 100644
No preview for this file type
vendor/cache/activerecord-4.2.3.gem 0 → 100644
No preview for this file type
vendor/cache/activesupport-4.2.3.gem 0 → 100644
No preview for this file type
vendor/cache/addressable-2.3.8.gem 0 → 100644
No preview for this file type
vendor/cache/airbrake-4.3.0.gem 0 → 100644
No preview for this file type
vendor/cache/arel-6.0.3.gem 0 → 100644
No preview for this file type
vendor/cache/ast-2.1.0.gem 0 → 100644
No preview for this file type
vendor/cache/astrolabe-1.3.1.gem 0 → 100644
No preview for this file type
vendor/cache/bcrypt-3.1.10.gem 0 → 100644
No preview for this file type
vendor/cache/better_errors-2.1.1.gem 0 → 100644
No preview for this file type
vendor/cache/binding_of_caller-0.7.2.gem 0 → 100644
No preview for this file type
vendor/cache/bson-3.2.4.gem 0 → 100644
No preview for this file type
vendor/cache/builder-3.2.2.gem 0 → 100644
No preview for this file type
vendor/cache/byebug-4.0.5.gem 0 → 100644
No preview for this file type
vendor/cache/callsite-0.0.11.gem 0 → 100644
No preview for this file type
vendor/cache/campy-1.0.0.gem 0 → 100644
No preview for this file type
vendor/cache/capistrano-3.4.0.gem 0 → 100644
No preview for this file type
vendor/cache/capistrano-bundler-1.1.4.gem 0 → 100644
No preview for this file type
vendor/cache/capistrano-rails-1.1.3.gem 0 → 100644
No preview for this file type
vendor/cache/capistrano-rbenv-2.0.3.gem 0 → 100644
No preview for this file type
vendor/cache/capybara-2.4.4.gem 0 → 100644
No preview for this file type
vendor/cache/cliver-0.3.2.gem 0 → 100644
No preview for this file type
vendor/cache/coderay-1.1.0.gem 0 → 100644
No preview for this file type
vendor/cache/colorize-0.7.7.gem 0 → 100644
No preview for this file type
vendor/cache/columnize-0.9.0.gem 0 → 100644
No preview for this file type
vendor/cache/coveralls-0.8.2.gem 0 → 100644
No preview for this file type
vendor/cache/css_parser-1.3.6.gem 0 → 100644
No preview for this file type
vendor/cache/debug_inspector-0.0.2.gem 0 → 100644
No preview for this file type
vendor/cache/decent_exposure-2.3.2.gem 0 → 100644
No preview for this file type
vendor/cache/devise-3.5.1.gem 0 → 100644
No preview for this file type
vendor/cache/diff-lcs-1.2.5.gem 0 → 100644
No preview for this file type
vendor/cache/docile-1.1.5.gem 0 → 100644
No preview for this file type
vendor/cache/domain_name-0.5.24.gem 0 → 100644
No preview for this file type
vendor/cache/dotenv-2.0.2.gem 0 → 100644
No preview for this file type
vendor/cache/dotenv-rails-2.0.2.gem 0 → 100644
No preview for this file type
vendor/cache/draper-2.1.0.gem 0 → 100644
No preview for this file type
vendor/cache/email_spec-1.6.0.gem 0 → 100644
No preview for this file type
vendor/cache/errbit_github_plugin-0.2.0.gem 0 → 100644
No preview for this file type
vendor/cache/errbit_plugin-0.5.0.gem 0 → 100644
No preview for this file type
vendor/cache/erubis-2.7.0.gem 0 → 100644
No preview for this file type
vendor/cache/execjs-2.5.2.gem 0 → 100644
No preview for this file type
vendor/cache/fabrication-2.13.2.gem 0 → 100644
No preview for this file type
vendor/cache/faraday-0.9.1.gem 0 → 100644
No preview for this file type
vendor/cache/flowdock-0.6.0.gem 0 → 100644
No preview for this file type
vendor/cache/font-awesome-rails-4.2.0.0.gem 0 → 100644
No preview for this file type
vendor/cache/globalid-0.3.6.gem 0 → 100644
No preview for this file type
vendor/cache/haml-4.0.6.gem 0 → 100644
No preview for this file type
vendor/cache/hashie-3.4.2.gem 0 → 100644
No preview for this file type
vendor/cache/hipchat-1.5.1.gem 0 → 100644
No preview for this file type
vendor/cache/hoi-0.0.6.gem 0 → 100644
No preview for this file type
vendor/cache/hoptoad_notifier-2.4.11.gem 0 → 100644
No preview for this file type
vendor/cache/htmlentities-4.3.3.gem 0 → 100644
No preview for this file type
vendor/cache/http-cookie-1.0.2.gem 0 → 100644
No preview for this file type
vendor/cache/httparty-0.13.5.gem 0 → 100644
No preview for this file type
vendor/cache/i18n-0.7.0.gem 0 → 100644
No preview for this file type
vendor/cache/jquery-rails-2.1.4.gem 0 → 100644
No preview for this file type
vendor/cache/json-1.8.3.gem 0 → 100644
No preview for this file type
vendor/cache/jwt-1.5.1.gem 0 → 100644
No preview for this file type
vendor/cache/kaminari-0.16.3.gem 0 → 100644
No preview for this file type
vendor/cache/kgio-2.9.3.gem 0 → 100644
No preview for this file type
vendor/cache/launchy-2.4.3.gem 0 → 100644
No preview for this file type
vendor/cache/libv8-3.16.14.7-x86_64-linux.gem 0 → 100644
No preview for this file type
vendor/cache/loofah-2.0.3.gem 0 → 100644
No preview for this file type
vendor/cache/mail-2.6.3.gem 0 → 100644
No preview for this file type
vendor/cache/meta_request-0.3.4.gem 0 → 100644
No preview for this file type
vendor/cache/method_source-0.8.2.gem 0 → 100644
No preview for this file type
vendor/cache/mime-types-2.6.1.gem 0 → 100644
No preview for this file type
vendor/cache/mimemagic-0.3.0.gem 0 → 100644
No preview for this file type
vendor/cache/mini_portile-0.6.2.gem 0 → 100644
No preview for this file type
vendor/cache/minitest-5.8.1.gem 0 → 100644
No preview for this file type
vendor/cache/mongo-2.1.1.gem 0 → 100644
No preview for this file type
vendor/cache/mongoid-5.0.0.gem 0 → 100644
No preview for this file type
vendor/cache/mongoid-rspec-3.0.0.gem 0 → 100644
No preview for this file type
vendor/cache/mongoid_rails_migrations-1.0.1.gem 0 → 100644
No preview for this file type
vendor/cache/multi_json-1.11.2.gem 0 → 100644
No preview for this file type
vendor/cache/multi_xml-0.5.5.gem 0 → 100644
No preview for this file type
vendor/cache/multipart-post-2.0.0.gem 0 → 100644
No preview for this file type
vendor/cache/net-scp-1.2.1.gem 0 → 100644
No preview for this file type
vendor/cache/net-ssh-2.9.2.gem 0 → 100644
No preview for this file type
vendor/cache/netrc-0.10.3.gem 0 → 100644
No preview for this file type
vendor/cache/nokogiri-1.6.6.2.gem 0 → 100644
No preview for this file type
vendor/cache/oauth2-1.0.0.gem 0 → 100644
No preview for this file type
vendor/cache/octokit-3.8.0.gem 0 → 100644
No preview for this file type
vendor/cache/omniauth-1.2.2.gem 0 → 100644
No preview for this file type
vendor/cache/omniauth-github-1.1.2.gem 0 → 100644
No preview for this file type
vendor/cache/omniauth-oauth2-1.3.1.gem 0 → 100644
No preview for this file type
vendor/cache/origin-2.1.1.gem 0 → 100644
No preview for this file type
vendor/cache/orm_adapter-0.5.0.gem 0 → 100644
No preview for this file type
vendor/cache/parser-2.2.3.0.gem 0 → 100644
No preview for this file type
vendor/cache/pjax_rails-0.4.0.gem 0 → 100644
No preview for this file type
vendor/cache/poltergeist-1.6.0.gem 0 → 100644
No preview for this file type
vendor/cache/powerpack-0.1.1.gem 0 → 100644
No preview for this file type
vendor/cache/premailer-1.8.4.gem 0 → 100644
No preview for this file type
vendor/cache/pry-0.10.1.gem 0 → 100644
No preview for this file type