Sha256: 7abe8bd885578a457bf48762b00698d276fc63767c6817b34a24f3aeb28904b9
Contents?: true
Size: 339 Bytes
Versions: 241
Compression:
Stored size: 339 Bytes
Contents
#!/bin/bash set -e set -x cd $(dirname $0) bundle update # rake trap 'git reset HEAD~1 && rm bonus.key && git checkout -- .gitignore' EXIT cp /code/home/assets/zold/bonus.key . sed -i -s 's|Gemfile.lock||g' .gitignore git add bonus.key git add Gemfile.lock git add .gitignore git commit -m 'configs for heroku' git push heroku master -f
Version data entries
241 entries across 241 versions & 1 rubygems