Skip to content

Commit

Permalink
tmate debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Aug 31, 2024
1 parent b464d6a commit 131a59a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ on:
jobs:
upload:
runs-on: self-hosted
timeout-minutes: 4
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install lftp
run: sudo apt-get install -y lftp

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Upload files to web server
run: |
lftp -u mil,${{ secrets.MIL_UFL_SFTP_PASS }} \
Expand Down

0 comments on commit 131a59a

Please sign in to comment.