Remove true from app start stop on deploy
All checks were successful
Build and Test / determine_version (push) Successful in 6s
Build and Test / build_and_push (push) Successful in 1m14s
Build and Test / test (push) Successful in 2s
Build and Test / deploy_production (push) Successful in 3s

This commit is contained in:
2025-03-31 15:35:19 -07:00
parent 603a6a0887
commit 46bcd35375

View File

@@ -106,9 +106,7 @@ jobs:
-H 'accept: */*' \ -H 'accept: */*' \
-H 'Authorization: Bearer ${{ secrets.TRUENAS_CAPERRENCOM_API_KEY }}' \ -H 'Authorization: Bearer ${{ secrets.TRUENAS_CAPERRENCOM_API_KEY }}' \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-d '"caperren-com"' \ -d '"caperren-com"'
|| true
- name: Stop Existing App
- name: Start App - name: Start App
run: | run: |
curl -k -X 'POST' \ curl -k -X 'POST' \
@@ -116,5 +114,4 @@ jobs:
-H 'accept: */*' \ -H 'accept: */*' \
-H 'Authorization: Bearer ${{ secrets.TRUENAS_CAPERRENCOM_API_KEY }}' \ -H 'Authorization: Bearer ${{ secrets.TRUENAS_CAPERRENCOM_API_KEY }}' \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-d '"caperren-com"' \ -d '"caperren-com"'
|| true