ci: pin customer deploy to backend runner
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 26s
CI/CD Pipeline / Quality Gate (pull_request) Successful in 18s
CI/CD Pipeline / Build and Push Images (push) Successful in 11s
CI/CD Pipeline / Build and Push Images (pull_request) Successful in 1s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev in Dokploy (push) Successful in 1s
CI/CD Pipeline / Internal Notify (pull_request) Successful in 0s
CI/CD Pipeline / Deploy Dev in Dokploy (pull_request) Successful in 1s

This commit is contained in:
2026-05-05 09:19:42 +02:00
parent d082cb3885
commit f54aa4cb0b

View File

@@ -24,7 +24,7 @@ env:
jobs: jobs:
deploy: deploy:
name: Build, Push, Deploy name: Build, Push, Deploy
runs-on: ubuntu-latest runs-on: [backend-docker]
timeout-minutes: 90 timeout-minutes: 90
steps: steps: