Merge pull request #1933 from BryceLTaylor/circleCI-setup

Circle ci setup
This commit is contained in:
Bryce Taylor 2022-03-29 15:42:52 -04:00 committed by GitHub
commit 1caed82f84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,10 @@ version: 2.1
aliases:
- &defaults
docker:
- image: cimg/node:12-browsers
- image: cimg/node:12.22.11-browsers
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
working_directory: ~/repo
environment:
NODE_ENV: production
@ -41,9 +44,11 @@ workflows:
build-test-no-deploy:
jobs:
- build-test:
filters:
branches:
ignore:
- master
- develop
- /^hotfix\/.*/
context:
- dockerhub-credentials
filters:
branches:
ignore:
- master
- develop
- /^hotfix\/.*/