From 037d87c31a2f076eadea8322ae7535dd64308138 Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 12 Mar 2025 19:33:05 -0400 Subject: [PATCH] More changes. again.agg --- .github/workflows/rust-ubuntu-latest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust-ubuntu-latest.yml b/.github/workflows/rust-ubuntu-latest.yml index fd6dea5..4af5167 100644 --- a/.github/workflows/rust-ubuntu-latest.yml +++ b/.github/workflows/rust-ubuntu-latest.yml @@ -27,10 +27,10 @@ jobs: eval $(ssh-agent -s) # mv "$SSH_DEPLOY_KEY" gitlab_deploy_key # copies the file from the variable. echo $SSH_PRIVATE_KEY > gitlab_deploy_key - # chmod 600 gitlab_deploy_key - # ssh-add gitlab_deploy_key - # mkdir -p ~/.ssh - # '[[ -f /.dockerenv ]] && echo -e "Host gitlab.com\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' + chmod 600 gitlab_deploy_key + ssh-add gitlab_deploy_key + mkdir -p ~/.ssh + '[[ -f /.dockerenv ]] && echo -e "Host gitlab.com\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - name: Build