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

This commit is contained in:
Zikil 2024-12-11 14:13:54 +07:00
parent 12170860c2
commit 4e19f1c264

View File

@ -48,6 +48,8 @@ jobs:
# uses: actions/checkout@v3 # Используем стандартное действие для клонирования репозитория
- name: Deploy to server
run: |
ls
pwd
ssh -i ~/.ssh/id_rsa_gitea_runner -o StrictHostKeyChecking=no "${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_HOST }}" << 'ENDSSH'
# Переходим в директорию проекта
cd ~/web/sybiko_website