Skip to content

Commit

Permalink
chore: bump deps (ory#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 2, 2020
1 parent 7a60ac5 commit 7f47f43
Show file tree
Hide file tree
Showing 3 changed files with 21,516 additions and 11,453 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
version: 2.1
jobs:

publish-hydra:
publish:
docker:
- image: circleci/node:12.4
- image: circleci/node:14.3
working_directory: ~/web
steps:
- checkout
Expand All @@ -20,13 +20,15 @@ jobs:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package-lock.json" }}
- run: make hydra
- run: |
echo "done"
# - run: npm run deploy -- --site "CircleCI deploy from $CIRCLE_SHA1" --site 123

workflows:
version: 2
publish-hydra:
jobs:
- publish-hydra:
- publish:
filters:
brances:
only: master
Loading

0 comments on commit 7f47f43

Please sign in to comment.