Skip to content

Commit 47f8b0d

Browse files
missytakej4n
andcommitted
Update .github/workflows/deploy.yml
Co-authored-by: j4n <j4n@systemli.org>
1 parent 92e39a2 commit 47f8b0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: rm -rf invite/.git
2424
- name: Upload
2525
run: |
26-
mkdir -p "$HOME/.ssh"
26+
mkdir -m 700 -p "$HOME/.ssh"
2727
echo "${{ secrets.KEY }}" > "$HOME/.ssh/key"
2828
chmod 600 "$HOME/.ssh/key"
2929
rsync -rILvh -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/invite/ "${{ secrets.USERNAME }}@i.delta.chat:"

0 commit comments

Comments
 (0)