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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ pipeline ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_push_backend:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ pipeline ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_push_nginx:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ pipeline ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_push_frontend:
|
build_and_push_frontend:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue