Skip to content

Commit 913348b

Browse files
self hosted runners
1 parent 9e24fff commit 913348b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
deploy-testing:
8787
name: Deploy Testing
8888
needs: build-and-push-image-testing
89-
runs-on: [self-hosted, Linux]
89+
runs-on: [ self-hosted, Linux, testing ]
9090
environment:
9191
name: Testing
9292
url: https://printer.ui.test.profcomff.com/
@@ -111,7 +111,7 @@ jobs:
111111
name: Deploy Production
112112
needs: build-and-push-image-production
113113
if: startsWith(github.ref, 'refs/tags/v')
114-
runs-on: [self-hosted, Linux]
114+
runs-on: [ self-hosted, Linux, production ]
115115
environment:
116116
name: Production
117117
url: https://printer.ui.profcomff.com/

0 commit comments

Comments
 (0)