Skip to content

Commit

Permalink
#18 rultor cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 7, 2017
1 parent 3ca0481 commit f901e54
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ decrypt:
assets:
s3cfg: zerocracy/home#assets/s3cfg
install: |
sudo bundle install
sudo apt-get install -y bcrypt
bundle install
sudo gem install pdd
release:
script: |-
rake
Expand All @@ -13,14 +14,12 @@ release:
gem build rultor.gemspec
chmod 0600 ../rubygems.yml
gem push *.gem --config-file ../rubygems.yml
sudo gem install pdd
pdd --source=$(pwd) --verbose --file=rultor-remote.xml
s3cmd --no-progress put rultor-remote.xml --config=../s3cfg s3://pdd.teamed.io/rltor-remote.xml
pdd --source=$(pwd) --verbose --file=/dev/null
commanders:
- yegor256
architect:
- yegor256
- alex-palevsky
merge:
commanders: []
deploy: {}
deploy: {}

0 comments on commit f901e54

Please sign in to comment.