From 804933e49a4814374995e2c7df759be2ea19e87e Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Sat, 19 Oct 2024 16:01:18 +0100 Subject: [PATCH] Test --- .gitea/workflows/trigger-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/trigger-deploy.yml b/.gitea/workflows/trigger-deploy.yml index e8f97ce..daa7d1d 100644 --- a/.gitea/workflows/trigger-deploy.yml +++ b/.gitea/workflows/trigger-deploy.yml @@ -7,7 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Trigger deploy - run: curl -X GET ${DEPLOY_ENDPOINT} -H "Authorization: Bearer ${COOLIFY_TOKEN}" + run: | + curl -X GET ${DEPLOY_ENDPOINT} -H "Authorization: Bearer ${COOLIFY_TOKEN}" shell: bash env: DEPLOY_ENDPOINT: ${{ secrets.DEPLOY_ENDPOINT }}