mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-09 23:39:40 +00:00
fix(ci): add ctx
This commit is contained in:
parent
6c9cf0a0a9
commit
a4cd6b0955
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
|||
- name: executing remote ssh commands using password
|
||||
uses: appleboy/ssh-action@v0.1.8
|
||||
with:
|
||||
context: .
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
|
|
Loading…
Reference in a new issue