Fixed unlighthouse screen deploy
All checks were successful
/ checking (push) Successful in 13s

This commit is contained in:
Firq 2024-01-05 00:07:33 +01:00
parent d7eb7e9c49
commit 064eb975b9
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -91,5 +91,6 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }} key: ${{ secrets.SSH_PRIVATE_KEY }}
script: | script: |
PATH="$HOME/.local/bin:$PATH" PATH="$HOME/.local/bin:$PATH"
screen -ls | grep 'firq_dev-unlighthouse' | awk '{print $1}' | xargs -I % -t screen -X -S % quit
cd firq_dev cd firq_dev
screen -S firq_dev-unlighthouse -dm serve unlighthouse/ -p ${{ secrets.UNLIGHTHOUSE_DEPLOY_PORT }} screen -S firq_dev-unlighthouse -dm serve unlighthouse/ -p ${{ secrets.UNLIGHTHOUSE_DEPLOY_PORT }}