Skip to content

Commit

Permalink
Deploy in 1 command
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Aug 29, 2018
1 parent 9ea4030 commit 17bb477
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ deploy:
provider: script
skip_cleanup: true
script:
- sbt ^publish
- openssl aes-256-cbc -K $encrypted_2b1ceb155314_key -iv $encrypted_2b1ceb155314_iv -in private.key.enc -out .travis/private.key -d
- gpg --allow-secret-key-import --import .travis/private.key .travis/public.key
- sbt ^reproducibleBuildsUploadCertification
- sbt ^publish && openssl aes-256-cbc -K $encrypted_2b1ceb155314_key -iv $encrypted_2b1ceb155314_iv -in private.key.enc -out .travis/private.key -d && gpg --allow-secret-key-import --import .travis/private.key .travis/public.key && sbt ^reproducibleBuildsUploadCertification
on:
tags: true
repo: raboof/sbt-reproducible-builds
Expand Down

0 comments on commit 17bb477

Please sign in to comment.