Rebuild and push the images for testing

This commit is contained in:
dvirlabs 2025-06-16 23:48:17 +03:00
parent 6f16d462fb
commit 97f8bbc275
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ steps:
- apk add --no-cache git yq
- git config --global user.name "woodpecker-bot"
- git config --global user.email "ci@dvirlabs.com"
- git clone "https://$${GIT_USERNAME}:$${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/my-apps.git"
# - git clone "https://$${GIT_USERNAME}:$${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/my-apps.git"
- cd my-apps
- yq -i '.backend.tag = "${CI_COMMIT_SHA:0:7}"' manifests/labmap/values.yaml
- git add manifests/labmap/values.yaml

View File

@ -24,7 +24,7 @@ DATA_FILE = "diagram.json"
@app.get("/")
def root():
return {"message": "Check if the backend is running"}
return {"message": "Check if the server is running"}
@app.get("/diagram/fetch")
def fetch_diagram():

View File

@ -4,4 +4,4 @@ function App() {
return <Diagram />;
}
export default App;
export default App;