We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392cc70 commit 0c80a95Copy full SHA for 0c80a95
1 file changed
.github/workflows/deploy.yml
@@ -35,8 +35,8 @@ jobs:
35
if: ${{ success() && ( github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && github.ref == 'refs/heads/master' }}
36
run: |
37
mkdir -p ~/.ssh/
38
- echo "$SSH_PRIVATE_KEY" > ../.ssh/id_ed25519
39
- sudo chmod 600 ../id_ed25519
+ echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
+ sudo chmod 600 ~/.ssh/id_ed25519
40
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
41
shell: bash
42
env:
0 commit comments