Skip to content

Commit

Permalink
Merge pull request #185 from w3bdesign/development
Browse files Browse the repository at this point in the history
Redeploy
  • Loading branch information
w3bdesign authored Jul 15, 2024
2 parents 4cca4f6 + 32bf61e commit be8a829
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ jobs:
- run:
name: Run Jest Tests
command: pnpm test
- codecov/upload
- run:
name: Make sure ~/.gnupg directory exists
command: mkdir -p ~/.gnupg
- codecov/upload
parallelism: 6
workflows:
chromatic-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ NEXT_PUBLIC_SANITY_PROJECT_ID=""
NEXT_PUBLIC_EMAIL_API_KEY="user_"
NEXT_PUBLIC_EMAIL_TEMPLATE_KEY="template_"
NEXT_PUBLIC_EMAIL_SERVICE_KEY="service_"
CHROMATIC_PROJECT_TOKEN=""
CHROMATIC_PROJECT_TOKEN=""

0 comments on commit be8a829

Please sign in to comment.