Forgot dereference

This commit is contained in:
phoenix
2025-03-12 19:39:17 -04:00
parent 57f3468499
commit 4f501d1e2c
+2 -2
View File
@@ -26,8 +26,8 @@ jobs:
# 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
eval $(ssh-agent -s)
# mv "$SSH_DEPLOY_KEY" gitlab_deploy_key # copies the file from the variable.
echo {{ secrets.SECRET_TEST }}
echo {{ secrets.SSH_PRIVATE_KEY }} > gitlab_deploy_key
echo ${{ secrets.SECRET_TEST }}
echo ${{ secrets.SSH_PRIVATE_KEY }} > gitlab_deploy_key
chmod 600 gitlab_deploy_key
ssh-add gitlab_deploy_key
mkdir -p ~/.ssh