Skip to content

Commit a986c04

Browse files
self hosted runners
1 parent 8fffb14 commit a986c04

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/timetable
@@ -100,7 +100,7 @@ jobs:
100100
name: Deploy Production
101101
needs: build-and-push-image
102102
if: startsWith(github.ref, 'refs/tags/v')
103-
runs-on: [self-hosted, Linux]
103+
runs-on: [ self-hosted, Linux, production ]
104104
environment:
105105
name: Production
106106
url: https://api.profcomff.com/timetable

0 commit comments

Comments
 (0)