push version #8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/web-deploy.yml
vendored
1
.github/workflows/web-deploy.yml
vendored
|
|
@ -69,5 +69,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to Coolify
|
- name: Deploy to Coolify
|
||||||
run: |
|
run: |
|
||||||
|
echo ${{ needs.determine-workflow.outputs.workflow_type }}
|
||||||
curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
|
curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue