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

This commit is contained in:
Zikil 2024-12-11 12:35:14 +07:00
parent d8ed7a14f5
commit 9fe4388d39

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: appleboy/ssh-action@v1.2.0 uses: appleboy/ssh-action
with: with:
host: ${{ secrets.SERVER_HOST }} host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }} username: ${{ secrets.SERVER_USERNAME }}