passw
Some checks failed
Deploy FastAPI Application / deploy (push) Failing after 2m35s

This commit is contained in:
Zikil 2024-12-08 01:13:57 +07:00
parent 1868726221
commit f86a7f9531

View File

@ -10,11 +10,11 @@ jobs:
steps:
- uses: https://github.com/actions/checkout@v4
- name: Deploy to server
uses: https://github.com/appleboy/ssh-action@master
uses: https://github.com/appleboy/ssh-action@v1.2.0
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SERVER_SSH_KEY }}
password: ${{ secrets.PASSWORD }}
script: |
# Переходим в директорию проекта
cd ~/fastapi-app