Skip to content

Commit 4e01c5c

Browse files
authored
Update deploy.yml
1 parent 70e0764 commit 4e01c5c

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
@@ -32,7 +32,7 @@ jobs:
3232
GIT_SSH_COMMAND="ssh -i ./.ssh/deploy-key" git clone git@github.com:paramsgit/scribble.git
3333
else
3434
cd /home/ubuntu/scribble
35-
GIT_SSH_COMMAND="ssh -i ./.ssh/deploy-key" git pull origin main
35+
GIT_SSH_COMMAND="ssh -i ../.ssh/deploy-key" git pull origin main
3636
fi
3737
3838
# Run docker compose

0 commit comments

Comments
 (0)