Skip to content

Commit e242f83

Browse files
committed
add debug pipeline failure upterm terminal
1 parent c026fb9 commit e242f83

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/prod-deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,10 @@ jobs:
6565
run: |
6666
set -x
6767
curl ${{ secrets.HOSTNAME }}
68+
69+
- name: Setup upterm session
70+
uses: owenthereal/action-upterm@v1
71+
if: ${{ failure() }}
72+
with:
73+
## Shut down the server if unconnected after 5 minutes.
74+
wait-timeout-minutes: 5

0 commit comments

Comments
 (0)