Sha256: 6617f4a1fdef233ecd56b5f81d5a26badedf4b838b6e082f743a96ce199245bf
Contents?: true
Size: 281 Bytes
Versions: 6
Compression:
Stored size: 281 Bytes
Contents
#!/bin/bash export HOME=<%= deploy_to %> export RAILS_ENV=<%= rails_env rescue "production" %> if [[ -e "${HOME}"/.rvm/scripts/rvm ]]; then source "${HOME}"/.rvm/scripts/rvm fi cd <%= current_path %> >/dev/null exec <%= ruby_exec_prefix %> bluepill -c <%= shared_path %> "$@"
Version data entries
6 entries across 6 versions & 1 rubygems