fix
Some checks failed
Deploy FastAPI Application / deploy (push) Failing after 12s

This commit is contained in:
Zikil 2024-12-11 12:32:00 +07:00
parent 375bf18029
commit a2d0fecbde

View File

@ -10,7 +10,7 @@ jobs:
steps:
# - uses: http://github.com/actions/checkout@v3
- name: Deploy to server
uses: http://github.com/appleboy/ssh-action@v1.2.0
uses: https://github.com/appleboy/ssh-action@v1.2.0
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}