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.

Enable AWS deploy script (#591)

* Enable AWS deploy script

* Add dryrun to Circle config for AWS deploy

authored by

Phil Plückthun and committed by
GitHub
981b6465 81893771

+1 -4
+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 109 + node scripts/deploy/aws.js --dryrun 110 110 111 111 workflows: 112 112 version: 2
-3
packages/site/scripts/deploy/aws.js
··· 1 - // TODO: Currently disabled to prevent oopsies 2 - process.exit(0); 3 - 4 1 /** 5 2 * Upload docs to appropriate s3 subdirectory. 6 3 */