From fe3c58919dd6b54ecdd2e51eef416fe2d44d073f Mon Sep 17 00:00:00 2001 From: Xavier Schildwachter Date: Sun, 2 Mar 2025 11:12:10 -0800 Subject: [PATCH 1/3] Add deploy to dev for oauth-signin --- .../deploy-synapse-oauth-signin-dev.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/deploy-synapse-oauth-signin-dev.yml diff --git a/.github/workflows/deploy-synapse-oauth-signin-dev.yml b/.github/workflows/deploy-synapse-oauth-signin-dev.yml new file mode 100644 index 0000000000..f73faac2e1 --- /dev/null +++ b/.github/workflows/deploy-synapse-oauth-signin-dev.yml @@ -0,0 +1,21 @@ +name: Deploy oauth-signin-dev + +on: + push: + branches: + - main + paths: + - 'packages/synapse-react-client/**' + - 'apps/synapse-oauth-signin/**' +jobs: + build-and-deploy: + permissions: + id-token: write + contents: read + uses: ./.github/workflows/build-and-deploy-app.yml + with: + app-name: synapse-oauth-signin + branch-or-tag: main + bucket-name: dev-signin.synapse.org + cfdist-id: E237A0ZZH0I63 + deployment-role-arn: arn:aws:iam::797640923903:role/sagebase-github-oidc-sage-bionetworks-web-monorepo-infra From 80706fc8ae3a872acdb294a9a95abba5e3c95680 Mon Sep 17 00:00:00 2001 From: jay-hodgson Date: Mon, 3 Mar 2025 09:13:59 -0800 Subject: [PATCH 2/3] PORTALS-3436 --- apps/portals/elportal/src/pages/HomePageV2.tsx | 6 +++--- .../src/components/elportal/ELSupportedByNIH.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/portals/elportal/src/pages/HomePageV2.tsx b/apps/portals/elportal/src/pages/HomePageV2.tsx index 5d08fbe593..6c66c49432 100644 --- a/apps/portals/elportal/src/pages/HomePageV2.tsx +++ b/apps/portals/elportal/src/pages/HomePageV2.tsx @@ -125,8 +125,8 @@ export default function HomePage() { People with Exceptional Longevity (EL) can live in good health to 95, 100, or even beyond.

The ELITE Portal brings together the latest - research so that we can crack the code of longevity and all live longer, - healthier lives. + research to help us turn biological insights into treatments that will + enable people to live longer, healthier lives.
) return ( @@ -141,7 +141,7 @@ export default function HomePage() { diff --git a/apps/synapse-portal-framework/src/components/elportal/ELSupportedByNIH.tsx b/apps/synapse-portal-framework/src/components/elportal/ELSupportedByNIH.tsx index dd0f0fae32..ea092f73d1 100644 --- a/apps/synapse-portal-framework/src/components/elportal/ELSupportedByNIH.tsx +++ b/apps/synapse-portal-framework/src/components/elportal/ELSupportedByNIH.tsx @@ -67,7 +67,7 @@ const ELSupportedByNIH: React.FC = () => { training for the next generation of researchers, and provides trusted health information to the public. By fostering collaboration across disciplines, NIA aims to advance our understanding of aging, extend - healthspan, and ensure healthier lives for individuals of all ages. + health span, and ensure healthier lives for individuals of all ages. From 771d37a7ed8e1cad4a32b252b90fe0446727333f Mon Sep 17 00:00:00 2001 From: jay-hodgson Date: Mon, 3 Mar 2025 10:03:13 -0800 Subject: [PATCH 3/3] copy updated after review from Milan --- apps/portals/elportal/src/pages/HomePageV2.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/portals/elportal/src/pages/HomePageV2.tsx b/apps/portals/elportal/src/pages/HomePageV2.tsx index 6c66c49432..7f0fa54ab3 100644 --- a/apps/portals/elportal/src/pages/HomePageV2.tsx +++ b/apps/portals/elportal/src/pages/HomePageV2.tsx @@ -125,8 +125,8 @@ export default function HomePage() { People with Exceptional Longevity (EL) can live in good health to 95, 100, or even beyond.

The ELITE Portal brings together the latest - research to help us turn biological insights into treatments that will - enable people to live longer, healthier lives. + research so we can turn biological insights into treatments that will help + us all live longer, healthier lives.
) return (