Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
feat: add Zego case study
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Feb 3, 2023
1 parent 0a9a46d commit 000b614
Show file tree
Hide file tree
Showing 3 changed files with 863 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
# DEPLOY #
###############################################################################
deploy:
needs: [testcafe, e2e-lambda, stylelint, eslint, test]
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const configs = {
options: {
spaceId: CONTENTFUL_SPACE,
accessToken: CONTENTFUL_TOKEN,
environment: 'master',
environment: 'zego',
},
},
'gatsby-source-lever': {
Expand Down
Loading

0 comments on commit 000b614

Please sign in to comment.