diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f4d02e5..907c7e6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,9 @@ jobs: mkdir -p $DIRECTORY cd $DIRECTORY - eval `ssh-agent -s` + echo $SHELL + + ssh-agent -s ssh-add ~/.ssh/keys/cloning/id_rsa # Clone the repository with submodules git clone --recurse-submodules -b cicd https://github.com/${{ github.repository }} .