Test the pipeline
This commit is contained in:
parent
7254b32bc7
commit
0d182514d0
@ -48,6 +48,7 @@ steps:
|
|||||||
name: Update frontend tag in values.yaml
|
name: Update frontend tag in values.yaml
|
||||||
image: alpine:3.19
|
image: alpine:3.19
|
||||||
when:
|
when:
|
||||||
|
branch: [ master, develop ]
|
||||||
event: [ push ]
|
event: [ push ]
|
||||||
path:
|
path:
|
||||||
include: [ frontend/** ]
|
include: [ frontend/** ]
|
||||||
@ -78,6 +79,7 @@ steps:
|
|||||||
name: Update backend tag in values.yaml
|
name: Update backend tag in values.yaml
|
||||||
image: alpine:3.19
|
image: alpine:3.19
|
||||||
when:
|
when:
|
||||||
|
branch: [ master, develop ]
|
||||||
event: [ push ]
|
event: [ push ]
|
||||||
path:
|
path:
|
||||||
include: [ backend/** ]
|
include: [ backend/** ]
|
||||||
|
|||||||
@ -81,6 +81,5 @@ def list_icons():
|
|||||||
return categories
|
return categories
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
uvicorn.run(app, host="0.0.0.0", port=8000)
|
uvicorn.run(app, host="0.0.0.0", port=8000)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user