Compare commits
2 commits
d7eb7e9c49
...
e406bd8764
Author | SHA1 | Date | |
---|---|---|---|
e406bd8764 | |||
064eb975b9 |
1 changed files with 1 additions and 0 deletions
|
@ -91,5 +91,6 @@ jobs:
|
|||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
script: |
|
||||
PATH="$HOME/.local/bin:$PATH"
|
||||
screen -ls | grep 'firq_dev-unlighthouse' | awk '{print $1}' | xargs -I % -t screen -X -S % quit
|
||||
cd firq_dev
|
||||
screen -S firq_dev-unlighthouse -dm serve unlighthouse/ -p ${{ secrets.UNLIGHTHOUSE_DEPLOY_PORT }}
|
||||
|
|
Loading…
Reference in a new issue