Test
This commit is contained in:
parent
bd8c3eed3e
commit
804933e49a
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user