Skip to content
Snippets Groups Projects
Commit fda1f0e2 authored by Sébastien Dinot's avatar Sébastien Dinot
Browse files

Change target server following migration

parent 9eea927b
No related branches found
No related tags found
No related merge requests found
Pipeline #4808 passed
...@@ -5,7 +5,7 @@ if [ ! -d _site ] ; then ...@@ -5,7 +5,7 @@ if [ ! -d _site ] ; then
exit 1 exit 1
fi fi
REMOTE_HOST=spoutnik.orekit.org REMOTE_HOST=ganymede.orekit.org
REMOTE_USER=cochise REMOTE_USER=cochise
REMOTE_FQDN=`grep 'rel="canonical"' _site/index.html | sed -ne 's,^.*"https\?://\([^/]\+\).*".*$,\1,p'` REMOTE_FQDN=`grep 'rel="canonical"' _site/index.html | sed -ne 's,^.*"https\?://\([^/]\+\).*".*$,\1,p'`
REMOTE_DIR="/var/www/$REMOTE_FQDN" REMOTE_DIR="/var/www/$REMOTE_FQDN"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment