Test the pipeline

This commit is contained in:
dvirlabs 2025-06-18 02:29:39 +03:00
parent 7254b32bc7
commit 0d182514d0
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ steps:
name: Update frontend tag in values.yaml
image: alpine:3.19
when:
branch: [ master, develop ]
event: [ push ]
path:
include: [ frontend/** ]
@ -78,6 +79,7 @@ steps:
name: Update backend tag in values.yaml
image: alpine:3.19
when:
branch: [ master, develop ]
event: [ push ]
path:
include: [ backend/** ]

View File

@ -81,6 +81,5 @@ def list_icons():
return categories
if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8000)