Skip to content

Commit

Permalink
renamed runner
Browse files Browse the repository at this point in the history
  • Loading branch information
4l3j0Ok committed Dec 8, 2023
1 parent d9430d3 commit 313f0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:
name: Build and push
runs-on: prodesk
runs-on: self-hosted
environment: prod
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
deploy:
name: Deploy to production
runs-on: prodesk
runs-on: self-hosted
environment: prod
steps:
-
Expand Down

0 comments on commit 313f0b5

Please sign in to comment.