diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-06-01 10:51:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-01 10:51:00 +0200 |
| commit | ee34d0684d62abb0eec3163733d13704a817878a (patch) | |
| tree | d334dddf20b235609a128bee330b8cc4d0b9cc70 /travis | |
| parent | b0beda4f6638fa1184cd05016abf3af9a7806d6b (diff) | |
| parent | a80d595cce62bbca2804976988cb7483a45bc523 (diff) | |
| download | PROJ-ee34d0684d62abb0eec3163733d13704a817878a.tar.gz PROJ-ee34d0684d62abb0eec3163733d13704a817878a.zip | |
Merge pull request #1496 from mwtoews/rename
Update website: proj4.org -> proj.org
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/deploy_website.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/deploy_website.sh b/travis/deploy_website.sh index 387778be..01b92cbf 100755 --- a/travis/deploy_website.sh +++ b/travis/deploy_website.sh @@ -21,7 +21,7 @@ git config user.name "proj.4 deploybot" # A few files we must manually create echo "_site" > .gitignore touch .nojekyll -echo "proj4.org" > CNAME +echo "proj.org" > CNAME git add -A git commit -m "update with results of commit https://github.com/OSGeo/proj.4/commit/$TRAVIS_COMMIT" |
