Added more TAs to Beast4L, fixed unlighthouse issue, optimized dev experience by throwing actual useful errors

This commit is contained in:
Firq 2024-01-05 00:43:02 +01:00
parent 278c39cb3b
commit 34784a3bf1
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
21 changed files with 112 additions and 33 deletions
.forgejo/workflows

View file

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