would be a wonderful idea to start the agent
Some checks failed
Deploy Containers / Prepare (push) Failing after 3s
Some checks failed
Deploy Containers / Prepare (push) Failing after 3s
This commit is contained in:
@@ -20,6 +20,7 @@ jobs:
|
|||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
echo "${{ secrets.SSH_KNOWN_HOSTS }}" >> ~/.ssh/known_hosts
|
echo "${{ secrets.SSH_KNOWN_HOSTS }}" >> ~/.ssh/known_hosts
|
||||||
chmod 644 ~/.ssh/known_hosts
|
chmod 644 ~/.ssh/known_hosts
|
||||||
|
eval $(ssh-agent -s)
|
||||||
ssh-add <(echo "${{ secrets.SSH_KEY }}")
|
ssh-add <(echo "${{ secrets.SSH_KEY }}")
|
||||||
echo "HOST *" > ~/.ssh/config
|
echo "HOST *" > ~/.ssh/config
|
||||||
echo "${{ secrets.VAULT_PASS }}" > ~/.vault_pass.txt
|
echo "${{ secrets.VAULT_PASS }}" > ~/.vault_pass.txt
|
||||||
|
Reference in New Issue
Block a user