This commit is contained in:
@@ -43,6 +43,6 @@ jobs:
|
||||
- name: Launch API
|
||||
run: |
|
||||
ssh -p ${{ secrets.SERVER_PORT }} ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }} "\
|
||||
pkill greenlight-api || true; \
|
||||
nohup /var/www/greenlight/greenlight-api \
|
||||
pkill greenlight-api || true; \
|
||||
nohup /var/www/greenlight/greenlight-api > /var/www/greenlight/greenlight.log 2>&1 & \
|
||||
"
|
||||
Reference in New Issue
Block a user