diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 456ef42..76c9c2b 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -1,19 +1,21 @@ -name: Sync content with S3 Beta +# Quickstart not available in beta -on: - workflow_dispatch: - pull_request_target: - types: [closed] - branches: [beta] +# name: Sync content with S3 Beta -jobs: - sync: - if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' - uses: hellocoop/tools/.github/workflows/code-deploy-client.yml@main - with: - AWS_ACCOUNT: ${{ vars.HELLO_BETA_AWS }} # set at org level - STACK: QuickstartStack - BUILD_CMD: npm run build - TARGET_BRANCH: beta - DOMAIN: quickstart.hello-beta.net # for version comparison - BUILD_DIR: ./S3 +# on: +# workflow_dispatch: +# pull_request_target: +# types: [closed] +# branches: [beta] + +# jobs: +# sync: +# if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' +# uses: hellocoop/tools/.github/workflows/code-deploy-client.yml@main +# with: +# AWS_ACCOUNT: ${{ vars.HELLO_BETA_AWS }} # set at org level +# STACK: QuickstartStack +# BUILD_CMD: npm run build +# TARGET_BRANCH: beta +# DOMAIN: quickstart.hello-beta.net # for version comparison +# BUILD_DIR: ./S3 diff --git a/README.md b/README.md index 7916bf2..784357c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ On completion, the Quickstart app will load the `response_uri` with `client_id` http://localhost:8000/quickstart?client_id=9ca12f47-f310-413b-b70f-4428d9448e8d ## Quickstart Developer Experience - + If the developer has not registered any applications, they will be prompted with a Publisher Name "John Smith's Team" and an Application Name "John Smith's Application". If a `suffix` is provided (eg. "Next.js"), then the prompt will be "John Smith's Next.js". Alternatively, the developer will choose an existing application or create a new one with the same prefilled prompt. ## Sample App Response Developer Experience diff --git a/index.html b/index.html index c71310b..c1c6d4d 100644 --- a/index.html +++ b/index.html @@ -1,92 +1,100 @@ - -
- - - - - - -