More changes. again.agg

This commit is contained in:
phoenix
2025-03-12 19:33:05 -04:00
parent b2bdd378f5
commit 037d87c31a
+4 -4
View File
@@ -27,10 +27,10 @@ jobs:
eval $(ssh-agent -s) eval $(ssh-agent -s)
# mv "$SSH_DEPLOY_KEY" gitlab_deploy_key # copies the file from the variable. # mv "$SSH_DEPLOY_KEY" gitlab_deploy_key # copies the file from the variable.
echo $SSH_PRIVATE_KEY > gitlab_deploy_key echo $SSH_PRIVATE_KEY > gitlab_deploy_key
# chmod 600 gitlab_deploy_key chmod 600 gitlab_deploy_key
# ssh-add gitlab_deploy_key ssh-add gitlab_deploy_key
# mkdir -p ~/.ssh mkdir -p ~/.ssh
# '[[ -f /.dockerenv ]] && echo -e "Host gitlab.com\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' '[[ -f /.dockerenv ]] && echo -e "Host gitlab.com\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- name: Build - name: Build