Skip to content

Commit d7f4cdf

Browse files
authored
Update deploy.yml
1 parent eb58253 commit d7f4cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
# Clone repo if not exists, otherwise pull
3636
if [ ! -d "/home/ubuntu/scribble/.git" ]; then
37-
git clone git@github.com:paramsgit/scribble.git /home/ubuntu/scribble
37+
GIT_SSH_COMMAND="ssh -i ./.ssh/deploy-key" git clone git@github.com:paramsgit/scribble.git
3838
else
3939
cd /home/ubuntu/scribble
4040
git pull origin main

0 commit comments

Comments
 (0)