Sha256: c7fa7f6db5a55bfaa3a10e863d4ef5bbde070ea006b5936a8d0f08a1c1be4d7e
Contents?: true
Size: 1.24 KB
Versions: 35
Compression:
Stored size: 1.24 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/1\.0\.snapshot/${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 git add Gemfile.lock git add .gitignore git fetch git commit -m 'ignores' && git push -f heroku $(git symbolic-ref --short HEAD):master && git reset HEAD~1 curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://b1.zold.io > /dev/null commanders: - yegor256 architect: - yegor256 merge: script: |- bundle install rake pdd deploy: script: |- echo "There is nothing to deploy" exit -1
Version data entries
35 entries across 35 versions & 1 rubygems