Install gitpython from alpine repos

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-06-18 20:37:51 +05:30
parent 1d99a1e160
commit 3278e16057
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -1,6 +1,6 @@
#! /bin/sh
apk add git py3-pip python3 openssh-client
apk add git python3 py3-gitpython openssh-client
mkdir ~/.ssh
chmod 700 ~/.ssh
@ -13,8 +13,6 @@ echo '[git.baalajimaestro.me]:29999 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHJWhNlV
git config --global user.name baalajimaestro
git config --global user.email me@baalajimaestro.me
pip3 install GitPython
export HUGO_ENV=production
python3 .buildpush.py