Skip to content

Commit ed069a6

Browse files
committed
fix: nohup start command hanging
1 parent 843d293 commit ed069a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎./workflows/dev.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,4 @@ jobs:
124124
- name: Stop previous nightfall, delete build volume
125125
run: ssh dev './down.sh'
126126
- name: Start new instance
127-
run: |
128-
ssh dev 'nohup ./start.sh &'
129-
ssh dev 'exit'
127+
run: ssh dev 'nohup ./start.sh > /dev/null 2>&1 > start.log &'

0 commit comments

Comments
 (0)