mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-22 20:09:40 +03:00
chore: Update GitHub Actions workflows to trigger on tag pushes
This commit updates the GitHub Actions workflows for the backend services (quivr-com-backend, quivr-com, raise-frontend, raise, theodo-backend, and theodo-frontend) to trigger on tag pushes instead of branch pushes. This change allows for more controlled deployments and ensures that only tagged versions are deployed to the respective environments.
This commit is contained in:
parent
07d25e4208
commit
7919c09161
@ -1,7 +1,8 @@
|
||||
"on":
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
name: Deploy to quivr-com-backend
|
||||
jobs:
|
||||
porter-deploy:
|
||||
|
6
.github/workflows/porter_stack_quivr-com.yml
vendored
6
.github/workflows/porter_stack_quivr-com.yml
vendored
@ -1,7 +1,7 @@
|
||||
"on":
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v*"
|
||||
name: Deploy to quivr-com
|
||||
jobs:
|
||||
porter-deploy:
|
||||
|
@ -1,7 +1,7 @@
|
||||
"on":
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v*"
|
||||
name: Deploy to raise-frontend
|
||||
jobs:
|
||||
porter-deploy:
|
||||
|
6
.github/workflows/porter_stack_raise.yml
vendored
6
.github/workflows/porter_stack_raise.yml
vendored
@ -1,7 +1,7 @@
|
||||
"on":
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v*"
|
||||
name: Deploy to raise
|
||||
jobs:
|
||||
porter-deploy:
|
||||
|
@ -1,7 +1,7 @@
|
||||
"on":
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v*"
|
||||
name: Deploy to theodo-backend
|
||||
jobs:
|
||||
porter-deploy:
|
||||
|
@ -1,7 +1,7 @@
|
||||
"on":
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v*"
|
||||
name: Deploy to theodo-frontend
|
||||
jobs:
|
||||
porter-deploy:
|
||||
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"backend/core": "0.0.1"
|
||||
}
|
Loading…
Reference in New Issue
Block a user