adding make to deployment

This commit is contained in:
/dev/urandom 2021-11-14 13:50:23 +03:00
parent fbc63ae570
commit 4d6d71f444

View file

@ -16,7 +16,7 @@ image: alpine:latest
before_script:
- echo "Installing the required programs..."
- apk add discount rsync openssh-client
- apk add discount rsync openssh-client make
- eval $(ssh-agent -s)
- echo "$DEPLOY_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh