-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing, for now, support for building debs and rpms in travis and u…
…ploading to s3 - it always hangs travis
- Loading branch information
Showing
2 changed files
with
5 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,31 +14,7 @@ env: | |
|
||
script: ./build | ||
|
||
before_deploy: | ||
- echo creating distributables | ||
- for FILE in `ls`; do [ $FILE != dist ] && rm -rf $FILE; done | ||
- mv dist/* . | ||
- rm -rf dist | ||
- mkdir packages | ||
- gem install fpm | ||
- fpm -s npm -t deb -n mountebank -x packages . | ||
- mv *.deb packages | ||
- sudo apt-get install rpm | ||
- fpm -s npm -t rpm -n mountebank -x packages . | ||
- mv *.rpm packages | ||
- ls -al | ||
- ls -al packages | ||
|
||
deploy: | ||
- provider: heroku | ||
skip_cleanup: true | ||
api_key: | ||
secure: jxAbZJqLE+mkhNJMlqQRRNqGsSkygb+Z0/AB3JghTZ1iDHfZYNTrFaGHCwOanW05MWAbrO7ntzaYQMHFlLQrqCuQfajQARUDiQWNfCpFtBszBYSrnsIoF1M7LNw00dRpQocwbGKX8Z+yaeaDS88ax6gTevKuF32Qlk9PcIyQTZw= | ||
app: mountebank | ||
on: | ||
repo: bbyars/mountebank | ||
branch: v1.0.0 | ||
node: '0.10' | ||
- provider: npm | ||
skip_cleanup: true | ||
email: [email protected] | ||
|
@@ -48,14 +24,11 @@ deploy: | |
repo: bbyars/mountebank | ||
branch: v1.0.0 | ||
node: '0.10' | ||
- provider: s3 | ||
- provider: heroku | ||
skip_cleanup: true | ||
access_key_id: AKIAIE2GUJRUIHGE2PWA | ||
secret_access_key: | ||
secure: SsdssebrTZo07ZS5yOOBKBzBKlQK7SUqqHI/FTlXXxf15zBPW3/dtosjrf70ysKXwRbSCqji0lEuRA5opuUS32pzoy4tMOVGbLKCzcPoiVib1DpjT4E/EXMeShLiSiHSJYgf7gA5KsfBBZrT8em6T4Gymzr2S+wGi3ZyHRjPwUw= | ||
bucket: mountebank | ||
local-dir: packages | ||
upload-dir: v1.0 | ||
api_key: | ||
secure: jxAbZJqLE+mkhNJMlqQRRNqGsSkygb+Z0/AB3JghTZ1iDHfZYNTrFaGHCwOanW05MWAbrO7ntzaYQMHFlLQrqCuQfajQARUDiQWNfCpFtBszBYSrnsIoF1M7LNw00dRpQocwbGKX8Z+yaeaDS88ax6gTevKuF32Qlk9PcIyQTZw= | ||
app: mountebank | ||
on: | ||
repo: bbyars/mountebank | ||
branch: v1.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters