feat(deploy): fix deploy ports
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 1m14s
Build, Test and Deploy / build-and-push (push) Successful in 14s
Build, Test and Deploy / deploy (push) Successful in 5s

This commit is contained in:
2026-02-11 15:27:09 +01:00
parent b249cf2000
commit b7d81040e6

View File

@@ -91,6 +91,9 @@ jobs:
needs: build-and-push needs: build-and-push
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set ENV - name: Set ENV
shell: bash shell: bash
run: | run: |