Skip to content

Commit

Permalink
fix deploy path
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Feb 2, 2024
1 parent f348c80 commit 4455859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packs/fetch/build/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "PWD:" `pwd`
echo "========== copy ssh keys"
mkdir -p ~/.ssh
chmod -v 700 ~/.ssh
cat ~/.ssh-mounted/deploykey > ~/.ssh/deploykey
cat /home/kubero/.ssh-mounted/deploykey > ~/.ssh/deploykey
chmod -v 600 ~/.ssh/deploykey
#chmod -v 644 ~/.ssh/*.pub
touch ~/.ssh/known_hosts
Expand Down

0 comments on commit 4455859

Please sign in to comment.