mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-10 03:39:38 +00:00
enhancement(lint): Fix lint errors for .github/workflows/deploy.yml
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
0478ee58fc
commit
060ec3f62d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
uses: appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
host: hackclub.app
|
||||
username: neon
|
||||
username: neon
|
||||
passphrase: ${{ secrets.PASSWORD }}
|
||||
key: ${{ secrets.ZEON_KEY }}
|
||||
port: 22
|
||||
|
|
Loading…
Reference in a new issue