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
|
- event: manual
|
||||||
git-push:
|
git-push:
|
||||||
image: nixery.dev/shell/openssh/git/gnupg
|
image: nixery.dev/shell/openssh/git/gnupg
|
||||||
commands: |
|
commands:
|
||||||
- mkdir ~/.ssh
|
- mkdir ~/.ssh
|
||||||
- echo "$SSH_KEY" > ~/.ssh/id_ed25519
|
- echo "$SSH_KEY" > ~/.ssh/id_ed25519
|
||||||
- chmod 600 ~/.ssh/id_ed25519
|
- chmod 600 ~/.ssh/id_ed25519
|
||||||
|
|
Reference in a new issue