Skip to content

Commit

Permalink
Merge pull request #112 from imbrn/fix-deploy
Browse files Browse the repository at this point in the history
Fix circleci config
  • Loading branch information
imbrn authored Aug 17, 2018
2 parents 655af73 + c8c0502 commit 286b97b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- persist_to_workspace:
root: ~/repo
paths: .

deploy:
<<: *defaults
steps:
- attach_workspace:
- at: ~/repo
at: ~/repo
- add_ssh_keys
- run:
name: Authenticate NPM registry
Expand Down Expand Up @@ -71,4 +71,4 @@ workflows:
tags:
only: /^v[0-9]+.*/
branches:
ignore: /.*/
ignore: /.*/

0 comments on commit 286b97b

Please sign in to comment.