diff options
Diffstat (limited to 'travis/deploy_website.sh')
| -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" |
