Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Deploy updated site to production

+1 -1
+1 -1
.circleci/config.yml
··· 106 106 name: Deploy Production Site 107 107 command: | 108 108 cd packages/site 109 - node scripts/deploy/aws.js --dryrun 109 + node scripts/deploy/aws.js 110 110 111 111 workflows: 112 112 version: 2