mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
config ci cd frontend et backend pour main
This commit is contained in:
parent
330a583b1b
commit
4c72fb4a9d
3 changed files with 3 additions and 3 deletions
2
.github/workflows/backend-deploy.yml
vendored
2
.github/workflows/backend-deploy.yml
vendored
|
|
@ -2,7 +2,7 @@ name: CI/CD Pipeline for Backend
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ pipeline ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build_and_push_backend:
|
||||
|
|
|
|||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -2,7 +2,7 @@ name: CI/CD Pipeline for Nginx Router
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ pipeline ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build_and_push_nginx:
|
||||
|
|
|
|||
2
.github/workflows/frontend-deploy.yml
vendored
2
.github/workflows/frontend-deploy.yml
vendored
|
|
@ -2,7 +2,7 @@ name: CI/CD Pipeline for Frontend
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ pipeline ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build_and_push_frontend:
|
||||
|
|
|
|||
Loading…
Reference in a new issue