update the submodules n shi

This commit is contained in:
Alexandru 2024-08-15 11:50:10 +03:00
parent ffa75c3bcc
commit 86c5d0fd81

View File

@ -8,6 +8,8 @@ deploy:
script:
- apt-get update
- apt-get install -y rsync openssh-client hugo
- git submodule init
- git submodule update --recursive
- hugo
- mkdir -p ~/.ssh
- echo "$PRIVKEY" | base64 -d > ~/.ssh/id_rsa