|
|
|
@ -21,10 +21,19 @@ jobs: |
|
|
|
|
run: nohup ./gradlew run & |
|
|
|
|
- name: Ngrok TCP Tunelling |
|
|
|
|
uses: apogiatzis/ngrok-tunneling-action@v0.1.4 |
|
|
|
|
- name: Debug via SSH |
|
|
|
|
# You may pin to the exact commit or the version. |
|
|
|
|
# uses: luchihoratiu/debug-via-ssh@47bd355eed1beb486b11cd3babd0223d142fe833 |
|
|
|
|
uses: luchihoratiu/debug-via-ssh@v1.0 |
|
|
|
|
with: |
|
|
|
|
timeout: 1h |
|
|
|
|
port: 8080 |
|
|
|
|
ngrok_authtoken: ${{ secrets.NGROK_AUTHTOKEN }} |
|
|
|
|
# Password for SSH session |
|
|
|
|
SSH_PASS: ${{ secrets.SSH_PASS }} |
|
|
|
|
# Authentification token for ngrok |
|
|
|
|
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTHTOKEN }} |
|
|
|
|
# Region for ngrok session |
|
|
|
|
NGROK_REGION: # optional, default is us |
|
|
|
|
# Timeout in seconds for ngrok session |
|
|
|
|
NGROK_TIMEOUT: # optional, default is 21500 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|