Update .gitlab-ci.yml

This commit is contained in:
ori agranat
2019-11-08 21:35:24 +00:00
parent 257e2e1606
commit a7c2dfa80a

View File

@@ -30,7 +30,7 @@ deploy:
image: monachus/hugo:latest
before_script:
- apt-get update
- apt-get --yes --force-yes install git ssh rsync
- apt-get --yes install git ssh rsync
- git submodule update --init --recursive
script:
- echo "${SSH_PRIVATE_KEY}" > id_rsa