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
This commit is contained in:
parent
7e515504a7
commit
b75b6ceb50
2 changed files with 3 additions and 8 deletions
5
.github/workflows/backend-deploy.yml
vendored
5
.github/workflows/backend-deploy.yml
vendored
|
|
@ -2,10 +2,7 @@ name: Build and Deploy Backend
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ pipeline ]
|
||||||
- pipeline
|
|
||||||
paths:
|
|
||||||
- 'server/**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
6
.github/workflows/frontend-deploy.yml
vendored
6
.github/workflows/frontend-deploy.yml
vendored
|
|
@ -2,10 +2,8 @@ name: Build and Deploy Frontend
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ pipeline ]
|
||||||
- pipeline
|
|
||||||
paths:
|
|
||||||
- 'client/**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue