We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fffb14 commit a986c04Copy full SHA for a986c04
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/timetable
@@ -100,7 +100,7 @@ jobs:
100
name: Deploy Production
101
102
if: startsWith(github.ref, 'refs/tags/v')
103
+ runs-on: [ self-hosted, Linux, production ]
104
105
name: Production
106
url: https://api.profcomff.com/timetable
0 commit comments