Skip to content

Commit

Permalink
runs-on: [self-hosted, linux, x64]
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperStep committed Mar 16, 2024
1 parent 6c2b703 commit 3316484
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
jobs:
build-gradle-project:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, x64]
steps:
- name: Checkout project sources
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'master'
jobs:
build-gradle-project:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, x64]
steps:
- name: Checkout project sources
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* `docker run -it -d --name node-scope -p 8082:8082 --privileged superstep/node-scope`
* Access via 8082 port

[Demo](http://app.nimbus-cloud.ru:8082/)
[Demo](http://78.36.94.147:8082/)

<h3 align = "center">
<img src = "images/screen1.png" alt = "Logo" />
Expand Down

0 comments on commit 3316484

Please sign in to comment.