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

This commit is contained in:
Zikil 2024-12-11 14:16:43 +07:00
parent 4e19f1c264
commit 5f70701109

View File

@ -50,7 +50,7 @@ jobs:
run: |
ls
pwd
ssh -i ~/.ssh/id_rsa_gitea_runner -o StrictHostKeyChecking=no "${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_HOST }}" << 'ENDSSH'
ssh -i ${{ secrets.SECRET_KEY }} -o StrictHostKeyChecking=no "${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_HOST }}" << 'ENDSSH'
# Переходим в директорию проекта
cd ~/web/sybiko_website