This commit is contained in:
parent
ca0a237992
commit
d90a5da3f0
@ -13,8 +13,8 @@ jobs:
|
|||||||
apt-get install -y ssh rsync
|
apt-get install -y ssh rsync
|
||||||
- name: Create SSH private key
|
- name: Create SSH private key
|
||||||
run: |
|
run: |
|
||||||
mkdir -p .ssh/ && \
|
mkdir -p .ssh/
|
||||||
echo "${secrets.SSH_PRIV_KEY}" > .ssh/id_rsa && \
|
echo "${secrets.SSH_PRIV_KEY}" | tr -d '\r' > .ssh/id_rsa
|
||||||
chmod 600 .ssh/id_rsa
|
chmod 600 .ssh/id_rsa
|
||||||
- name: Retrieve Git serveur hostname and port
|
- name: Retrieve Git serveur hostname and port
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user