From 5bcce1df48cd4325a143afe6a7a5ec8c84cd54e3 Mon Sep 17 00:00:00 2001 From: Andrew <84722778+andrew-jameson@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:15:05 -0400 Subject: [PATCH] Revert "Feat/1620 code signature (#3070)" This reverts commit 590aa02931b784cd86e8af2bdf6cd2bb6cdaf3f7. --- .github/workflows/deploy-on-label.yml | 13 +------------ README.md | 2 -- .../TDP-environments-README.md | 17 +++++------------ scripts/deploy-frontend.sh | 1 - 4 files changed, 6 insertions(+), 27 deletions(-) diff --git a/.github/workflows/deploy-on-label.yml b/.github/workflows/deploy-on-label.yml index f88e6d34ef..20fbfd8b33 100644 --- a/.github/workflows/deploy-on-label.yml +++ b/.github/workflows/deploy-on-label.yml @@ -58,20 +58,9 @@ jobs: STATE=${{ fromJson(steps.get-pr-checks.outputs.data).state }} echo "::set-output name=STATE::$STATE" echo "Current PR state: $STATE" - - - name: Live Environment Badge - uses: schneegans/dynamic-badges-action@v1.7.0 - with: - auth: ${{ secrets.LIVE_ENV_GIST }} - gistID: ded3a260ed8245a5b231ba726b3039df - filename: Live-Environments-${{steps.extract-deploy-env.outputs.DEPLOY_ENV}}.json - label: ${{steps.extract-deploy-env.outputs.DEPLOY_ENV}} - message: "${{ github.head_ref }} - ${{ github.sha }}" - color: blue - - name: Circle CI Deployment Trigger id: curl-circle-ci - # if: steps.get-pr-state.outputs.STATE == 'success' + if: steps.get-pr-state.outputs.STATE == 'success' uses: promiseofcake/circleci-trigger-action@v1 with: user-token: ${{ secrets.CIRCLE_CI_V2_TOKEN }} diff --git a/README.md b/README.md index 4e82413315..424accaa6c 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ Our vision is to build a new, secure, web-based data reporting system to improve |**Frontend Coverage**| [![Codecov-Frontend-Dev](https://codecov.io/gh/raft-tech/TANF-app/branch/develop/graph/badge.svg?flag=dev-frontend)](https://codecov.io/gh/raft-tech/TANF-app?flag=dev-frontend) | [![Codeco-Frontend-HHS](https://codecov.io/gh/HHS/TANF-app/branch/main/graph/badge.svg?flag=main-frontend)](https://codecov.io/gh/HHS/TANF-app?flag=main-frontend) | [![Codeco-Frontend-HHS](https://codecov.io/gh/HHS/TANF-app/branch/master/graph/badge.svg?flag=master-frontend)](https://codecov.io/gh/HHS/TANF-app?flag=master-frontend) |**Backend Coverage**| [![Codecov-Backend-Dev](https://codecov.io/gh/raft-tech/TANF-app/branch/develop/graph/badge.svg?flag=dev-backend)](https://codecov.io/gh/raft-tech/TANF-app/branch/develop?flag=dev-backend)| [![Codecov-Backend-HHS]( https://codecov.io/gh/HHS/TANF-app/branch/main/graph/badge.svg?flag=main-backend)](https://codecov.io/gh/HHS/TANF-app/branch/main?flag=main-backend) | [![Codecov-Backend-HHS]( https://codecov.io/gh/HHS/TANF-app/branch/master/graph/badge.svg?flag=master-backend)](https://codecov.io/gh/HHS/TANF-app/branch/master?flag=master-backend) -[Link to Current Development Deployments](https://github.com/raft-tech/TANF-app/blob/feat/1860/docs/Technical-Documentation/TDP-environments-README.md#development) - *Due to limitations imposed by Github and occasional slow server response times, some badges may require a page refresh to load.* *TDP is subject to the **[ACF Privacy Policy](https://www.acf.hhs.gov/privacy-policy)** and **[HHS Vulnerability Disclosure Policy](https://www.hhs.gov/vulnerability-disclosure-policy/index.html)***. diff --git a/docs/Technical-Documentation/TDP-environments-README.md b/docs/Technical-Documentation/TDP-environments-README.md index 214c5183ad..162ac72754 100644 --- a/docs/Technical-Documentation/TDP-environments-README.md +++ b/docs/Technical-Documentation/TDP-environments-README.md @@ -2,18 +2,11 @@ ## Development -| Dev Site | Frontend URL | Backend URL | Branch/Commit | Purpose | -| -------- | -------- | -------- | -------- | -------- | -| A11y | https://tdp-frontend-a11y.app.cloud.gov | https://tdp-frontend-a11y.app.cloud.gov/admin/ | | Space for accessibility testing | -| QASP | https://tdp-frontend-qasp.app.cloud.gov | https://tdp-frontend-qasp.app.cloud.gov/admin/ | | Space for QASP review | -| raft | https://tdp-frontend-raft.app.cloud.gov | https://tdp-frontend-raft.app.cloud.gov/admin/ | - | Space for raft review | - -![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/andrew-jameson/ded3a260ed8245a5b231ba726b3039df/raw/Live-Environments-raft.json) - -![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/andrew-jameson/ded3a260ed8245a5b231ba726b3039df/raw/Live-Environments-a11y.json) - -![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/andrew-jameson/ded3a260ed8245a5b231ba726b3039df/raw/Live-Environments-qasp.json) +| Dev Site | Frontend URL | Backend URL | Purpose | +| -------- | -------- | -------- | -------- | +| A11y | https://tdp-frontend-a11y.app.cloud.gov | https://tdp-frontend-a11y.app.cloud.gov/admin/ | Space for accessibility testing | +| QASP | https://tdp-frontend-qasp.app.cloud.gov | https://tdp-frontend-qasp.app.cloud.gov/admin/ | Space for QASP review | +| raft | https://tdp-frontend-raft.app.cloud.gov | https://tdp-frontend-raft.app.cloud.gov/admin/ | Space for raft review | ### Dependencies diff --git a/scripts/deploy-frontend.sh b/scripts/deploy-frontend.sh index cbdd322453..07d47e980e 100755 --- a/scripts/deploy-frontend.sh +++ b/scripts/deploy-frontend.sh @@ -57,7 +57,6 @@ update_frontend() unlink .env.production mkdir deployment - cp -r build deployment/public cp nginx/cloud.gov/buildpack.nginx.conf deployment/nginx.conf cp nginx/cloud.gov/locations.conf deployment/locations.conf