Another one

This commit is contained in:
phoenix
2025-03-12 19:34:43 -04:00
parent 037d87c31a
commit 4c8339df88
+1
View File
@@ -26,6 +26,7 @@ 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 $SECRET_TEST
echo $SSH_PRIVATE_KEY > gitlab_deploy_key
chmod 600 gitlab_deploy_key
ssh-add gitlab_deploy_key