Skip to content

Commit

Permalink
feat(ci): migrate to github
Browse files Browse the repository at this point in the history
~~ew github~~
  • Loading branch information
TheClashFruit authored Dec 30, 2024
1 parent ba2626f commit a59df25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
needs: lint
steps:
- name: Deploy Over SSH
uses: https://github.com/nekiro/ssh-job@main
uses: nekiro/ssh-job@main
with:
host: ${{ secrets.HOST }}
user: crss
Expand Down
2 changes: 1 addition & 1 deletion .forgejo/workflows/lint.yml → .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 22
- name: Install PNPM
uses: https://github.com/pnpm/[email protected]
uses: pnpm/[email protected]
with:
version: 9
- name: Lint
Expand Down

0 comments on commit a59df25

Please sign in to comment.