Skip to content

Commit e4c30d1

Browse files
prod runner
1 parent 92e4697 commit e4c30d1

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, production ]
5757
environment:
5858
name: Testing
5959
url: https://api.test.profcomff.com/auth
@@ -127,7 +127,7 @@ jobs:
127127
name: Deploy Production
128128
needs: build-and-push-image
129129
if: startsWith(github.ref, 'refs/tags/v')
130-
runs-on: [ self-hosted, Linux ]
130+
runs-on: [ self-hosted, Linux, production ]
131131
environment:
132132
name: Production
133133
url: https://api.profcomff.com/auth

0 commit comments

Comments
 (0)