From ad4fb5ea3f4b5231838f1a003340a4f953738d5d Mon Sep 17 00:00:00 2001 From: Clem Flory Date: Mon, 19 Feb 2024 01:35:52 -0600 Subject: [PATCH 1/2] tweak the home page text --- hosting/src/app/pages/home/home.component.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosting/src/app/pages/home/home.component.html b/hosting/src/app/pages/home/home.component.html index 6a1fd27..22da40f 100644 --- a/hosting/src/app/pages/home/home.component.html +++ b/hosting/src/app/pages/home/home.component.html @@ -1 +1,3 @@

Welcome to Censeo

+

Censeo is a simple scrum poker app.

+

This app is under development.

From 9d4e4c4435f3f2fff95f006afd26c01b95b0e2bb Mon Sep 17 00:00:00 2001 From: Clem Flory Date: Mon, 19 Feb 2024 02:53:20 -0600 Subject: [PATCH 2/2] decrease expiry for pr deploys --- .github/workflows/firebase-hosting-pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 8beeefa..d64203d 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -27,3 +27,4 @@ jobs: repoToken: "${{ secrets.GITHUB_TOKEN }}" firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_CENSEO_IO }}" projectId: censeo-io + expires: 2d