This commit is contained in:
parent
6409b8e66f
commit
dd7d338c1c
@ -20,13 +20,14 @@ jobs:
|
||||
# python3 -m pip install --user ansible --break-system-packages
|
||||
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# - name: Checkout code
|
||||
# uses: actions/checkout@v4
|
||||
# with:
|
||||
# fetch-depth: 0
|
||||
|
||||
- name: Deploy containers
|
||||
run: |
|
||||
echo "${{ secrets.SSH_KNOWN_HOSTS }}"
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.SSH_KNOWN_HOSTS }}" >> ~/.ssh/known_hosts
|
||||
chmod 600 ~/.ssh/known_hosts
|
||||
|
Loading…
Reference in New Issue
Block a user