Skip to content
This repository was archived by the owner on Feb 15, 2018. It is now read-only.

Commit 7956513

Browse files
committed
Update travis deployment steps
1 parent 0dac9fa commit 7956513

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ before_script:
1313
- ((sudo service rabbitmq stop) || /bin/true)
1414
- (test "$TRAVIS_TAG" && git checkout "$TRAVIS_TAG") || (test "$TRAVIS_BRANCH" && git checkout "$TRAVIS_BRANCH")
1515
script: make test
16+
before_deploy:
17+
- make clean
18+
- make dist
19+
- tar cvfz autocluster-${TRAVIS_TAG}.tgz plugins/autocluster-${TRAVIS_TAG}.ez plugins/rabbitmq_aws-*.ez
1620
deploy:
1721
provider: releases
1822
api_key:
1923
secure: ktklMK+XMOteFt+m9NHhVqKkA1Wo8f9L/cJphUmBMgb3TS+4+vAU50yY8omIyprS8poc3mBWxjYD9p9xdeDnXY2tiFrLDKCWU/jbH3awD0uL6W0Di8BYAVOGhr2Jjjp6gi/B67wHtCtzEoSSNNfMMZ+RWf4GZjJ96NXOLhPRx4k=
20-
file: "plugins/autocluster-${TRAVIS_TAG}.ez"
24+
file: autocluster-${TRAVIS_TAG}.tgz
2125
on:
2226
tags: true
2327
repo: aweber/rabbitmq-autocluster
24-

0 commit comments

Comments
 (0)