Fix nightly webpage upload
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 6 Jan 2021 13:47:33 +0000 (14:47 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 7 Jan 2021 09:30:37 +0000 (09:30 +0000)
When the server got changed this wasn't changed, so the nightly build
docs have been stale for a while.

admin/gitlab-ci/archive.gitlab-ci.yml

index a1736411125e79db323fb4f2c705bfc8bc800139..67c51d7f3b27691df0677bc624d55f8676d5d825 100644 (file)
@@ -259,11 +259,11 @@ archive:nightly-webpage:
     - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
     - mkdir -p ~/.ssh
     - chmod 700 ~/.ssh
-    - ssh-keyscan www.gromacs.org > ~/.ssh/known_hosts # Force overwrite the known hosts so we only have that one key in it.
+    - ssh-keyscan manual.gromacs.org > ~/.ssh/known_hosts # Force overwrite the known hosts so we only have that one key in it.
     - chmod 644 ~/.ssh/known_hosts
   script:
     - tar czf webpage.tar.gz $BUILD_DIR/docs/html/
-    - rsync --chmod=u+rwX,g+rwX,o+rX -av $BUILD_DIR/docs/html/* $BUILD_DIR/docs/html/.[a-z]* pbauer@www.gromacs.org:/var/www/manual/nightly/
+    - rsync --chmod=u+rwX,g+rwX,o+rX -av $BUILD_DIR/docs/html/* $BUILD_DIR/docs/html/.[a-z]* pbauer@manual.gromacs.org:/var/www/manual/nightly/
 
   artifacts:
     when: always