Skip to content

Commit bd01b9c

Browse files
author
Andy Fleener
committed
Add deployment tools
1 parent 2444ab5 commit bd01b9c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.octopolo.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github_repo: sportngin/active_zuora
2+
semantic_versioning: true
3+
branches_to_keep:
4+
- master

.soyuz.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
defaults:
2+
deploy_cmd: gem push *.gem
3+
before_deploy_cmds:
4+
- op tag-release
5+
- sed -i '' -e "s/\".*/\"$(git tag | tail -1 | sed s/v//)\"/" lib/active_zuora/version.rb
6+
- git add lib/active_zuora/version.rb
7+
- git commit -m "Version Bump" && git push
8+
- gem build active_zuora.gemspec
9+
after_deploy_cmds:
10+
- rm *.gem
11+
environments:
12+
-
13+
rubygems: {}

0 commit comments

Comments
 (0)