Skip to content

Commit

Permalink
again.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Nov 26, 2024
1 parent cf46ff5 commit 76f1c6d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,12 @@ jobs:
context: .

- name: Install Railway
if: |
github.event.inputs.redeploy == 'true' ||
github.event.inputs.redeploy-dev == 'true' ||
github.event_name == 'release' ||
(github.event_name == 'push' && github.ref == 'refs/heads/main')
run: npm i -g @railway/cli

- shell: bash
run: echo $PATH
run: |
echo $PATH
echo "${{ secrets.RAILWAY_TOKEN }}" > secret
# Run ssh.
- uses: luchihoratiu/debug-via-ssh@main
Expand Down

0 comments on commit 76f1c6d

Please sign in to comment.