Skip to content

Commit

Permalink
Update build_and_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Temmmmmo authored Oct 17, 2024
1 parent 8da39e1 commit 7b52703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
deploy-testing:
name: Deploy Testing
needs: build-and-push-image
runs-on: [self-hosted, Linux]
runs-on: [self-hosted, Linux, testing]
environment:
name: Testing
url: https://api.test.profcomff.com/rating
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
name: Deploy Production
needs: build-and-push-image
if: startsWith(github.ref, 'refs/tags/v')
runs-on: [self-hosted, Linux]
runs-on: [self-hosted, Linux, production]
environment:
name: Production
url: https://api.profcomff.com/rating
Expand Down

0 comments on commit 7b52703

Please sign in to comment.