We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb58253 commit d7f4cdfCopy full SHA for d7f4cdf
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
35
# Clone repo if not exists, otherwise pull
36
if [ ! -d "/home/ubuntu/scribble/.git" ]; then
37
- git clone git@github.com:paramsgit/scribble.git /home/ubuntu/scribble
+ GIT_SSH_COMMAND="ssh -i ./.ssh/deploy-key" git clone git@github.com:paramsgit/scribble.git
38
else
39
cd /home/ubuntu/scribble
40
git pull origin main
0 commit comments