We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891f261 commit df495a0Copy full SHA for df495a0
1 file changed
.github/workflows/build_and_publish.yml
@@ -53,7 +53,7 @@ jobs:
53
deploy-testing:
54
name: Deploy Testing
55
needs: build-and-push-image
56
- runs-on: [ self-hosted, Linux ]
+ runs-on: [ self-hosted, Linux, testing ]
57
environment:
58
name: Testing
59
url: https://api.test.profcomff.com/userdata
@@ -115,7 +115,7 @@ jobs:
115
name: Deploy Production
116
117
if: startsWith(github.ref, 'refs/tags/v')
118
+ runs-on: [ self-hosted, Linux, production ]
119
120
name: Production
121
url: https://api.profcomff.com/userdata
0 commit comments