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