From 4c6aa09c1260930ca2b1830db98ad26e5d8adb52 Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Wed, 9 Jul 2025 02:40:34 -0700 Subject: [PATCH] Staging to stg --- .gitea/workflows/build-staging.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-staging.yaml b/.gitea/workflows/build-staging.yaml index e988437..c05d138 100644 --- a/.gitea/workflows/build-staging.yaml +++ b/.gitea/workflows/build-staging.yaml @@ -69,7 +69,7 @@ jobs: -H 'Authorization: Bearer ${{ secrets.TRUENAS_CAPERRENCOM_API_KEY }}' \ -H 'Content-Type: application/json' \ -d '{ - "name": "caperren-com-staging", + "name": "caperren-com-stg", "options": {} }' - name: Stop App @@ -79,7 +79,7 @@ jobs: -H 'accept: */*' \ -H 'Authorization: Bearer ${{ secrets.TRUENAS_CAPERRENCOM_API_KEY }}' \ -H 'Content-Type: application/json' \ - -d '"caperren-com-staging"' + -d '"caperren-com-stg"' - name: Start App run: | curl -k -X 'POST' \ @@ -87,4 +87,4 @@ jobs: -H 'accept: */*' \ -H 'Authorization: Bearer ${{ secrets.TRUENAS_CAPERRENCOM_API_KEY }}' \ -H 'Content-Type: application/json' \ - -d '"caperren-com-staging"' \ No newline at end of file + -d '"caperren-com-stg"' \ No newline at end of file