mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 16:16:22 +00:00
add cicd
This commit is contained in:
parent
87333469d2
commit
929971c94a
2
.github/workflows/cicd.yaml
vendored
2
.github/workflows/cicd.yaml
vendored
@ -103,7 +103,7 @@ jobs:
|
|||||||
- name: Generate manifest
|
- name: Generate manifest
|
||||||
run: |
|
run: |
|
||||||
export namespace=dg0200-lifesub-ns
|
export namespace=dg0200-lifesub-ns
|
||||||
export allowed_origins=http://20.249.193.161
|
export allowed_origins=http://4.230.156.229
|
||||||
export jwt_secret_key=${{ secrets.JWT_SECRET_KEY }}
|
export jwt_secret_key=${{ secrets.JWT_SECRET_KEY }}
|
||||||
export postgres_user=${{ secrets.POSTGRES_USER }}
|
export postgres_user=${{ secrets.POSTGRES_USER }}
|
||||||
export postgres_password=${{ secrets.POSTGRES_PASSWORD }}
|
export postgres_password=${{ secrets.POSTGRES_PASSWORD }}
|
||||||
|
|||||||
@ -8,7 +8,7 @@ image_org=lifesub
|
|||||||
|
|
||||||
# Application Settings
|
# Application Settings
|
||||||
replicas=2
|
replicas=2
|
||||||
allowed_origins=http://20.249.193.161
|
allowed_origins=http://4.230.156.229
|
||||||
|
|
||||||
# Security Settings
|
# Security Settings
|
||||||
jwt_secret_key=8O2HQ13etL2BWZvYOiWsJ5uWFoLi6NBUG8divYVoCgtHVvlk3dqRksMl16toztDUeBTSIuOOPvHIrYq11G2BwQ
|
jwt_secret_key=8O2HQ13etL2BWZvYOiWsJ5uWFoLi6NBUG8divYVoCgtHVvlk3dqRksMl16toztDUeBTSIuOOPvHIrYq11G2BwQ
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user