More changes. again

This commit is contained in:
phoenix
2025-03-12 19:31:44 -04:00
parent 19770b4d9b
commit b2bdd378f5
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Add SSH Keys - name: Add SSH Keys
run: | run: |
echo "Starting" echo "Starting"
apt update -y sudo apt update -y
# 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' # 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
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.