update the submodules n shi
This commit is contained in:
parent
ffa75c3bcc
commit
86c5d0fd81
@ -8,6 +8,8 @@ deploy:
|
|||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y rsync openssh-client hugo
|
- apt-get install -y rsync openssh-client hugo
|
||||||
|
- git submodule init
|
||||||
|
- git submodule update --recursive
|
||||||
- hugo
|
- hugo
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- echo "$PRIVKEY" | base64 -d > ~/.ssh/id_rsa
|
- echo "$PRIVKEY" | base64 -d > ~/.ssh/id_rsa
|
||||||
|
Loading…
Reference in New Issue
Block a user