fix typo
This commit is contained in:
parent
00eb777a22
commit
70efd11076
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ pipeline:
|
|||
- event: manual
|
||||
git-push:
|
||||
image: nixery.dev/shell/openssh/git/gnupg
|
||||
commands: |
|
||||
commands:
|
||||
- mkdir ~/.ssh
|
||||
- echo "$SSH_KEY" > ~/.ssh/id_ed25519
|
||||
- chmod 600 ~/.ssh/id_ed25519
|
||||
|
|
Reference in a new issue