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