feature ci
This commit is contained in:
parent
1e0b50bd86
commit
b473c4cbe5
@ -76,9 +76,9 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: rg.fr-par.scw.cloud/weworkstudio/leblr-backend:preprod
|
tags: rg.fr-par.scw.cloud/weworkstudio/xpeditis-backend:prod
|
||||||
build-args: |
|
build-args: |
|
||||||
LEBLR_PROFILE=${{ secrets.LEBLR_PROFILE }}
|
XPEDITIS_PROFILE=prod
|
||||||
|
|
||||||
- name: Cleanup buildx
|
- name: Cleanup buildx
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
name: CI/CD Pipeline for Spring Boot Prod
|
name: CI/CD Pipeline for Spring Boot Dev
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- prod
|
- dev
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- prod
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-test:
|
build-and-test:
|
||||||
@ -76,9 +76,9 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: rg.fr-par.scw.cloud/weworkstudio/leblr-backend:prod
|
tags: rg.fr-par.scw.cloud/weworkstudio/xpeditis-backend:dev
|
||||||
build-args: |
|
build-args: |
|
||||||
LEBLR_PROFILE=${{ secrets.LEBLR_PROFILE }}
|
XPEDITIS_PROFILE=dev
|
||||||
|
|
||||||
- name: Cleanup buildx
|
- name: Cleanup buildx
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user