ci/cd
Some checks failed
Deploy / build-and-deploy (push) Failing after 7s

This commit is contained in:
Никита Круглицкий 2025-09-25 23:46:16 +06:00
parent 9b42223a97
commit f736334e67

View File

@ -10,14 +10,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: LS - name: ssh-keyscan
run: cd / && cat .dockerenv run: ssh-keyscan git.koptilnya.xyz >> ~/.ssh/known_hosts
- name: Test SSH access
run: ssh -Tv git@koptilnya.xyz
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ssh-key: '${{ secrets.SSH_PRIVATE_KEY }}' ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-strict: false ssh-strict: false
persist-credentials: false persist-credentials: false