mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-15 17:24:38 +00:00
wrong variable name
This commit is contained in:
parent
7d34ec99fd
commit
fbc63ae570
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ before_script:
|
|||
- echo "Installing the required programs..."
|
||||
- apk add discount rsync openssh-client
|
||||
- eval $(ssh-agent -s)
|
||||
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
|
||||
- echo "$DEPLOY_PRIVATE_KEY" | tr -d '\r' | ssh-add -
|
||||
- mkdir -p ~/.ssh
|
||||
- chmod 700 ~/.ssh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue