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
steps:
- name: LS
run: cd / && cat .dockerenv
- name: Test SSH access
run: ssh -Tv git@koptilnya.xyz
- name: ssh-keyscan
run: ssh-keyscan git.koptilnya.xyz >> ~/.ssh/known_hosts
- name: Checkout code
uses: actions/checkout@v4
with:
ssh-key: '${{ secrets.SSH_PRIVATE_KEY }}'
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-strict: false
persist-credentials: false