Merge branch 'main' into bugfix/code-change4john
This commit is contained in:
commit
f216f4881a
2 changed files with 0 additions and 2 deletions
1
.github/workflows/web-deploy-nonprod.yml
vendored
1
.github/workflows/web-deploy-nonprod.yml
vendored
|
|
@ -84,6 +84,5 @@ jobs:
|
|||
steps:
|
||||
- name: Deploy to Coolify
|
||||
run: |
|
||||
echo ${{ inputs.workflow_type }}
|
||||
curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
|
||||
|
||||
|
|
|
|||
1
.github/workflows/web-deploy-prod.yml
vendored
1
.github/workflows/web-deploy-prod.yml
vendored
|
|
@ -84,6 +84,5 @@ jobs:
|
|||
steps:
|
||||
- name: Deploy to Coolify
|
||||
run: |
|
||||
echo ${{ inputs.workflow_type }}
|
||||
curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue