Skip to content

Commit 9294a12

Browse files
committed
fix: ssh file path
1 parent 31b5307 commit 9294a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo " "
2626
cd /home/ubuntu/repository
2727
eval `ssh-agent -s`
28-
ssh-add .ssh/github_action
28+
ssh-add ~/.ssh/github_action
2929
git checkout development -f
3030
git fetch
3131
git pull

0 commit comments

Comments
 (0)