This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: production-runner
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
@@ -22,4 +22,4 @@ jobs:
|
||||
|
||||
- name: Start Application
|
||||
run: |
|
||||
nohup ./target/release/site > server.log 2>&1 &
|
||||
nohup ./target/release/site > server.log 2>&1 &
|
||||
Reference in New Issue
Block a user