Skip to content

Commit

Permalink
fix(travis): update deployment process
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridostal committed Nov 9, 2018
1 parent defb2ca commit 871684d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 39 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ script:
- npm run travis:verify
after_success:
- npm run travis-deploy-once "npm run semantic-release"
- ".travis/after_success.sh"
- curl -sSL https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master/src/bootstrap.sh | bash -s
env:
global:
- REPO="git@github.com:RedHatInsights/vulnerability-ui-build"
- REPO_DIR="vulnerability-ui-build"
- BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}
before_install:
- openssl aes-256-cbc -K $encrypted_d87ac36486e0_key -iv $encrypted_d87ac36486e0_iv
-in deploy_key.enc -out deploy_key -d
23 changes: 0 additions & 23 deletions .travis/after_success.sh

This file was deleted.

File renamed without changes.
12 changes: 0 additions & 12 deletions .travis/release.sh

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,8 @@
"repository": {
"type": "git",
"url": "https://github.com/RedHatInsights/vulnerability-ui.git"
},
"insights": {
"appname": "vulnerability"
}
}

0 comments on commit 871684d

Please sign in to comment.