Skip to content

Commit 71d4590

Browse files
self hosted runners
1 parent 3b21d6c commit 71d4590

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
deploy-testing:
5353
name: Deploy Testing
5454
needs: build-and-push-image
55-
runs-on: [self-hosted, Linux]
55+
runs-on: [ self-hosted, Linux, testing ]
5656
environment:
5757
name: Testing
5858
url: https://api.test.profcomff.com/printer
@@ -119,7 +119,7 @@ jobs:
119119
name: Deploy Production
120120
needs: build-and-push-image
121121
if: startsWith(github.ref, 'refs/tags/v')
122-
runs-on: [self-hosted, Linux]
122+
runs-on: [ self-hosted, Linux, production ]
123123
environment:
124124
name: Production
125125
url: https://api.profcomff.com/printer

0 commit comments

Comments
 (0)