diff --git a/app/config/sculpin_site_test.yml b/app/config/sculpin_site_test.yml deleted file mode 100644 index a2953fae..00000000 --- a/app/config/sculpin_site_test.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -imports: - - sculpin_site.yml -url: https://opdavies.github.io/oliverdavies.uk -images_url: https://opdavies.github.io/oliverdavies.uk -short_url: https://opdavies.github.io/oliverdavies.uk -google_analytics_tracking_id: UA-11967257-1 diff --git a/build.sh b/build.sh index e6f9d68a..2db5bce8 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -SITE_ENV="test" +SITE_ENV="prod" # Remove the existing docs directory, build the site and create the new # docs directory.