Skip to content

Commit df495a0

Browse files
self hosted runners
1 parent 891f261 commit df495a0

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
@@ -53,7 +53,7 @@ jobs:
5353
deploy-testing:
5454
name: Deploy Testing
5555
needs: build-and-push-image
56-
runs-on: [ self-hosted, Linux ]
56+
runs-on: [ self-hosted, Linux, testing ]
5757
environment:
5858
name: Testing
5959
url: https://api.test.profcomff.com/userdata
@@ -115,7 +115,7 @@ jobs:
115115
name: Deploy Production
116116
needs: build-and-push-image
117117
if: startsWith(github.ref, 'refs/tags/v')
118-
runs-on: [ self-hosted, Linux ]
118+
runs-on: [ self-hosted, Linux, production ]
119119
environment:
120120
name: Production
121121
url: https://api.profcomff.com/userdata

0 commit comments

Comments
 (0)