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