This commit is contained in:
Lewis Dale 2024-10-19 16:01:18 +01:00
parent bd8c3eed3e
commit 804933e49a

View File

@ -7,7 +7,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Trigger deploy - 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 shell: bash
env: env:
DEPLOY_ENDPOINT: ${{ secrets.DEPLOY_ENDPOINT }} DEPLOY_ENDPOINT: ${{ secrets.DEPLOY_ENDPOINT }}