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

This commit is contained in:
Zikil 2024-12-11 12:19:19 +07:00
parent e8670c1ebe
commit ae461eccc8

View File

@ -8,9 +8,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v4
- uses: http://github.com/actions/checkout@v4
- name: Deploy to server
uses: https://github.com/appleboy/ssh-action@v1.2.0
uses: http://github.com/appleboy/ssh-action@v1.2.0
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}