Skip to content

Commit

Permalink
Merge pull request #1518 from BRCAChallenge/CircleCI_IP_test
Browse files Browse the repository at this point in the history
Update config.yml
  • Loading branch information
melissacline authored Aug 16, 2024
2 parents 9fe3556 + 0080432 commit 5ff845e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2
jobs:
buildweb:
circleci_ip_ranges: true
docker:
- image: circleci/node:16
- image: circleci/postgres:9.6.2
Expand Down Expand Up @@ -38,6 +39,7 @@ jobs:
- store_test_results:
path: ~/test_reports
deploy-dev:
circleci_ip_ranges: true
docker:
- image: circleci/node:16
steps:
Expand All @@ -60,6 +62,7 @@ jobs:
name: deploying to dev machine
command: ~/project/deployment/deploy-dev
deploy-beta:
circleci_ip_ranges: true
docker:
- image: circleci/node:16
steps:
Expand Down

0 comments on commit 5ff845e

Please sign in to comment.