Sha256: 1290faecad761e3e6801b42210fbb9d25db81848af588a3ca25581deb23f9c6f
Contents?: true
Size: 1.23 KB
Versions: 20
Compression:
Stored size: 1.23 KB
Contents
assets: rubygems.yml: zerocracy/home#assets/rubygems.yml id_rsa: zerocracy/home#assets/heroku-key id_rsa.pub: zerocracy/home#assets/heroku-key.pub install: | sudo apt-get -y update sudo gem install pdd release: script: |- bundle install rake rm -rf *.gem sed -i "s/0\.0\.0/${tag}/g" lib/zold/version.rb git add lib/zold/version.rb git commit -m "version set to ${tag}" gem build zold.gemspec chmod 0600 ../rubygems.yml gem push *.gem --config-file ../rubygems.yml git remote add heroku git@heroku.com:zold.git rm -rf ~/.ssh mkdir ~/.ssh mv ../id_rsa ../id_rsa.pub ~/.ssh chmod -R 600 ~/.ssh/* echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config sed -i -s 's|Gemfile.lock||g' .gitignore bundle update trap 'git reset HEAD~1' EXIT git add Gemfile.lock git add .gitignore git fetch git commit -m 'ignores' && git push -f heroku $(git symbolic-ref --short HEAD):master curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://b1.zold.io > /dev/null architect: - yegor256 merge: script: |- bundle install rake pdd -f /dev/null -v deploy: script: |- echo "There is nothing to deploy" exit -1
Version data entries
20 entries across 20 versions & 1 rubygems