would be a wonderful idea to start the agent
Some checks failed
Deploy Containers / Prepare (push) Failing after 3s

This commit is contained in:
2025-07-29 20:45:06 -04:00
parent e8dfc827b4
commit 6a5a363bde

View File

@@ -20,6 +20,7 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.SSH_KNOWN_HOSTS }}" >> ~/.ssh/known_hosts
chmod 644 ~/.ssh/known_hosts
eval $(ssh-agent -s)
ssh-add <(echo "${{ secrets.SSH_KEY }}")
echo "HOST *" > ~/.ssh/config
echo "${{ secrets.VAULT_PASS }}" > ~/.vault_pass.txt