Try to build the frontend and the backend and see if its update
This commit is contained in:
parent
6258127fb0
commit
e4bf087ce5
@ -39,7 +39,7 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
|
|
||||||
update-values-frontend:
|
update-values-frontend:
|
||||||
name: Update frontend tag in values.yaml
|
name: Update frontend tag in values.yaml
|
||||||
image: alpine:3.19
|
image: alpine:3.19
|
||||||
when:
|
when:
|
||||||
@ -84,4 +84,3 @@ steps:
|
|||||||
- git add manifests/labmap/values.yaml
|
- git add manifests/labmap/values.yaml
|
||||||
- "git commit -m 'backend: update tag to ${CI_COMMIT_SHA:0:7}' || echo 'No changes'"
|
- "git commit -m 'backend: update tag to ${CI_COMMIT_SHA:0:7}' || echo 'No changes'"
|
||||||
- git push origin master
|
- git push origin master
|
||||||
|
|
||||||
|
|||||||
@ -24,7 +24,7 @@ DATA_FILE = "diagram.json"
|
|||||||
|
|
||||||
@app.get("/")
|
@app.get("/")
|
||||||
def root():
|
def root():
|
||||||
return {"message": "Check if the backend is running"}
|
return {"message": "Check if the server is running"}
|
||||||
|
|
||||||
@app.get("/diagram/fetch")
|
@app.get("/diagram/fetch")
|
||||||
def fetch_diagram():
|
def fetch_diagram():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user