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: steps:
# - uses: http://github.com/actions/checkout@v3 # - uses: http://github.com/actions/checkout@v3
- name: Deploy to server - 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: with:
host: ${{ secrets.SERVER_HOST }} host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }} username: ${{ secrets.SERVER_USERNAME }}