s
Some checks failed
Deploy FastAPI Application / deploy (push) Failing after 2m48s

This commit is contained in:
Zikil 2024-12-08 01:08:03 +07:00
parent de0f4b0d11
commit 1868726221

View File

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