Skip to content

Commit

Permalink
fix(circleci): add release job for elasticbeanstalk
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jun 29, 2019
1 parent 3b34002 commit 7adbea2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ jobs:
- run: cd build/generated-client/typescript && npm publish --access=public
- run: npm install semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/npm @semantic-release/commit-analyzer @semantic-release/release-notes-generator @qiwi/semantic-release-gh-pages-plugin
- run: ./node_modules/.bin/semantic-release

release_elasticbeanstalk:
<<: *defaults
docker:
- image: circleci/python:3.6.4
steps:
- checkout
- run:
name: Installing deployment dependencies
working_directory: /
Expand Down Expand Up @@ -86,6 +93,10 @@ workflows:
type: approval
requires:
- build
- release_elasticbeanstalk:
filters: *filter-only-master
requires:
- release
- release:
filters: *filter-only-master
requires:
Expand Down

0 comments on commit 7adbea2

Please sign in to comment.