Merge dev into main
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Failing after 10m17s
Deploy Customer Main / Build, Push, Deploy (push) Successful in 7m59s
CI/CD Pipeline / Run Tests (push) Failing after 13m58s
CI/CD Pipeline / Build Docker Images (push) Has been skipped
CI/CD Pipeline / Push to Gitea Registry (push) Has been skipped
CI/CD Pipeline / Deploy to Server (push) Has been skipped
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Failing after 10m17s
Deploy Customer Main / Build, Push, Deploy (push) Successful in 7m59s
CI/CD Pipeline / Run Tests (push) Failing after 13m58s
CI/CD Pipeline / Build Docker Images (push) Has been skipped
CI/CD Pipeline / Push to Gitea Registry (push) Has been skipped
CI/CD Pipeline / Deploy to Server (push) Has been skipped
Pin customer deploy workflow to backend runner.
This commit was merged in pull request #7.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user