mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
adding make to deployment
This commit is contained in:
parent
fbc63ae570
commit
4d6d71f444
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue