We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e4697 commit e4c30d1Copy full SHA for e4c30d1
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, production ]
57
environment:
58
name: Testing
59
url: https://api.test.profcomff.com/auth
@@ -127,7 +127,7 @@ jobs:
127
name: Deploy Production
128
129
if: startsWith(github.ref, 'refs/tags/v')
130
131
132
name: Production
133
url: https://api.profcomff.com/auth
0 commit comments