Skip to content

Commit 0c80a95

Browse files
committed
Make paths in CI consistent
1 parent 392cc70 commit 0c80a95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
if: ${{ success() && ( github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && github.ref == 'refs/heads/master' }}
3636
run: |
3737
mkdir -p ~/.ssh/
38-
echo "$SSH_PRIVATE_KEY" > ../.ssh/id_ed25519
39-
sudo chmod 600 ../id_ed25519
38+
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
39+
sudo chmod 600 ~/.ssh/id_ed25519
4040
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
4141
shell: bash
4242
env:

0 commit comments

Comments
 (0)