mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-03-13 22:50:01 -04:00
Merge pull request #1933 from BryceLTaylor/circleCI-setup
Circle ci setup
This commit is contained in:
commit
1caed82f84
1 changed files with 12 additions and 7 deletions
|
@ -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\/.*/
|
||||
|
|
Loading…
Reference in a new issue