This commit is contained in:
@@ -20,7 +20,11 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
|
- name: Where am I?
|
||||||
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -R
|
||||||
|
|
||||||
- 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