Change paths
This commit is contained in:
parent
2aebe713c1
commit
9847a7271e
3 changed files with 100 additions and 96 deletions
2
.github/workflows/api-container.yml
vendored
2
.github/workflows/api-container.yml
vendored
|
|
@ -9,6 +9,8 @@ on:
|
|||
- reopened
|
||||
- synchronize
|
||||
- ready_for_review
|
||||
paths:
|
||||
- api/**
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
2
.github/workflows/api-deploy-nonprod.yml
vendored
2
.github/workflows/api-deploy-nonprod.yml
vendored
|
|
@ -90,5 +90,5 @@ jobs:
|
|||
steps:
|
||||
- name: Deploy to Coolify
|
||||
run: |
|
||||
curl -X --request GET '${{ secrets.COOLIFY_WEBHOOK_API }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
|
||||
curl -X GET '${{ secrets.COOLIFY_WEBHOOK_API }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
|
||||
|
||||
|
|
|
|||
2
.github/workflows/web-container.yml
vendored
2
.github/workflows/web-container.yml
vendored
|
|
@ -9,6 +9,8 @@ on:
|
|||
- reopened
|
||||
- synchronize
|
||||
- ready_for_review
|
||||
paths:
|
||||
- web/**
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
Loading…
Reference in a new issue