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

This commit is contained in:
Никита Круглицкий 2025-09-26 00:14:03 +06:00
parent 494bc70447
commit 0ada372956

View File

@ -11,7 +11,9 @@ jobs:
steps: steps:
- name: ssh-keyscan - name: ssh-keyscan
run: ssh-keyscan git.koptilnya.xyz >> ~/.ssh/known_hosts run: |
mkdir ~/.ssh
ssh-keyscan git.koptilnya.xyz >> ~/.ssh/known_hosts
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4