Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Nov 26, 2024
1 parent d3662b8 commit 936d327
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,15 @@ jobs:
(github.event_name == 'push' && github.ref == 'refs/heads/main')
run: npm i -g @railway/cli

- shell: bash
run: echo $PATH

# Run ssh.
- uses: luchihoratiu/debug-via-ssh@main
with:
NGROK_AUTH_TOKEN: "${{ secrets.NGROK_FLORIAN }}"
SSH_PASS: "aoeuAOEU0"

- name: Deploy pkg-dev.toit.io
if: |
github.event.inputs.redeploy-dev == 'true' ||
Expand Down

0 comments on commit 936d327

Please sign in to comment.