diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 496c9d27f9b8e4ddf4066013301e174764e39b3d..88d8338c0384676022a510bc348c487cbb283637 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,6 @@ deploy: - apt -y install rsync - rm -rf build - npm ci - - if [ -d static ] ; then cd static; git pull; cd ..; else git clone https://git.ok1kvk.cz/ok1kvk.cz/static.git; fi - node ./index.js --contentdir . --staticdir static --themedir theme --builddir build --noserver - echo "$DEPLOY_SSH_KEY" > sshkey - chmod 600 sshkey