Trigger backend deploy

This commit is contained in:
2025-09-19 04:26:05 +00:00
parent 4c87d3cd5d
commit 3ddd4bbba0

View File

@@ -27,7 +27,7 @@ jobs:
name: backend-jar
path: build/libs/*.jar
deploy:
deploy:
runs-on: [backend] # backend runner
needs: build
steps: