Fix Content Headers

This commit is contained in:
Matt DiMeglio 2026-02-07 23:25:54 -05:00
parent 8d61fd54cd
commit 5479b1efe3
4 changed files with 8 additions and 4 deletions

View file

@ -102,9 +102,10 @@ jobs:
contents: read contents: read
packages: write packages: write
steps: steps:
- name: Deploy to Coolify - name: Deploy to Team City
run: | run: |
curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \ curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \
-X POST \ -X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "buildType=id:${{ secrets.TEAMCITY_API_ID }}" \ -d "buildType=id:${{ secrets.TEAMCITY_API_ID }}" \
"${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue" "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue"

View file

@ -102,9 +102,10 @@ jobs:
contents: read contents: read
packages: write packages: write
steps: steps:
- name: Deploy to Coolify - name: Deploy to Team City
run: | run: |
curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \ curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \
-X POST \ -X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "buildType=id:${{ secrets.TEAMCITY_API_ID }}" \ -d "buildType=id:${{ secrets.TEAMCITY_API_ID }}" \
"${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue" "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue"

View file

@ -102,9 +102,10 @@ jobs:
contents: read contents: read
packages: write packages: write
steps: steps:
- name: Deploy to Coolify - name: Deploy to Team City
run: | run: |
curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \ curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \
-X POST \ -X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "buildType=id:${{ secrets.TEAMCITY_WEB_ID }}" \ -d "buildType=id:${{ secrets.TEAMCITY_WEB_ID }}" \
"${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue" "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue"

View file

@ -102,9 +102,10 @@ jobs:
contents: read contents: read
packages: write packages: write
steps: steps:
- name: Deploy to Coolify - name: Deploy to Team City
run: | run: |
curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \ curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \
-X POST \ -X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "buildType=id:${{ secrets.TEAMCITY_WEB_ID }}" \ -d "buildType=id:${{ secrets.TEAMCITY_WEB_ID }}" \
"${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue" "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue"