From b8addf60719df727fad107824fd84618f17cc9e7 Mon Sep 17 00:00:00 2001 From: brooke Date: Fri, 10 May 2024 20:23:53 -0400 Subject: [PATCH] update urls --- .gitea/workflows/deploy-test-demo.yaml | 2 +- .gitea/workflows/deploy-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-test-demo.yaml b/.gitea/workflows/deploy-test-demo.yaml index 89ef4b4..61dde5c 100644 --- a/.gitea/workflows/deploy-test-demo.yaml +++ b/.gitea/workflows/deploy-test-demo.yaml @@ -31,6 +31,6 @@ jobs: uses: https://github.com/JakePartusch/psi-action@v1.3 id: drafting with: - url: "https://midtowndrafting.com" + url: "https://web.demo.myco.systems" threshold: 70 strategy: desktop \ No newline at end of file diff --git a/.gitea/workflows/deploy-test.yaml b/.gitea/workflows/deploy-test.yaml index 19dde20..6d1d1f5 100644 --- a/.gitea/workflows/deploy-test.yaml +++ b/.gitea/workflows/deploy-test.yaml @@ -31,6 +31,6 @@ jobs: uses: https://github.com/JakePartusch/psi-action@v1.3 id: drafting with: - url: "https://midtowndrafting.com" + url: "https://web.myco.systems" threshold: 70 strategy: desktop \ No newline at end of file