diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1274a9e..eba96c9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,9 +52,6 @@ jobs: eval `ssh-agent -s` ssh-add /home/github/.ssh/keys/cloning/id_rsa -# echo "$SSH_PRIVATE_KEY" > ~/.ssh/keys/cloning/github_key -# chmod 600 ~/.ssh/keys/cloning/github_key -# echo "IdentityFile ~/.ssh/keys/cloning/github_key" >> ~/.ssh/config # Clone the repository with submodules git clone -b cicd https://github.com/${{ github.repository }} .