Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Feb 19, 2024
1 parent cff58a5 commit 72db2f3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ name: Deploy
on:
push:
branches: [ main ]
jobs:
deploy:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy
uses: appleboy/ssh-action@master
with:
host: au-inferno.beda.software
username: root
key: ${{ secrets.SSH_PRIVTAE_KEY }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
cd inferno-au-core/
Expand Down

0 comments on commit 72db2f3

Please sign in to comment.