wrong variable name

This commit is contained in:
/dev/urandom 2021-11-14 13:46:35 +03:00
parent 7d34ec99fd
commit fbc63ae570

View file

@ -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