Merge dev into main
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 24s
Deploy Customer Main / Build, Push, Deploy (push) Successful in 5m3s
CI/CD Pipeline / Build and Push Images (push) Successful in 10s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev in Dokploy (push) Successful in 1s
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 24s
Deploy Customer Main / Build, Push, Deploy (push) Successful in 5m3s
CI/CD Pipeline / Build and Push Images (push) Successful in 10s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev in Dokploy (push) Successful in 1s
Pin customer deploy workflow to backend runner.
This commit was merged in pull request #31.
This commit is contained in:
@@ -24,7 +24,7 @@ env:
|
||||
jobs:
|
||||
deploy:
|
||||
name: Build, Push, Deploy
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [backend-docker]
|
||||
timeout-minutes: 90
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user