Skip to content

Commit 41f250c

Browse files
authored
Make sure $HOME/.ssh exists
1 parent 229d9ec commit 41f250c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ TMP_PATH="../../.tmp/${UPLOAD_ID}"
1919

2020
echo "Deploying to ${TMP_PATH}, then to ${DEST_PATH}."
2121

22+
mkdir -p $HOME/.ssh
23+
2224
eval "$(ssh-agent -s)" >/dev/null
2325

2426
cleanup() {

0 commit comments

Comments
 (0)