fis
Some checks failed
Deploy FastAPI Application / deploy (push) Failing after 2m34s

This commit is contained in:
Zikil 2024-12-11 12:34:01 +07:00
parent a2d0fecbde
commit d8ed7a14f5

View File

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