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