diff --git a/.circleci/config.yml b/.circleci/config.yml
index 6b955479..d04937d2 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -89,8 +89,14 @@ workflows:
group: "all tests"
- deploy:
+ filters:
+ branches:
+ only:
+ - master
requires:
- - "local e2e tests"
+ - "checkout"
+# requires:
+# - "local e2e tests"
# - cypress/run:
# name: "deployed e2e tests"
@@ -100,11 +106,11 @@ workflows:
# name: Set env variables
# command: |
# if [ "${CIRCLE_BRANCH}" == "master" ]; then
- # echo 'export CYPRESS_BASE_URL="https://iatidatastore.iatistandard.org"' >> $BASH_ENV
+ # echo 'export CYPRESS_BASE_URL="https://iati.cloud"' >> $BASH_ENV
# elif [ "${CIRCLE_BRANCH}" == "develop" ]; then
- # echo 'export CYPRESS_BASE_URL="https://store.staging.iati.cloud"' >> $BASH_ENV
+ # echo 'export CYPRESS_BASE_URL="https://iati.cloud"' >> $BASH_ENV
# else
- # echo 'export CYPRESS_BASE_URL="https://store.staging.iati.cloud"' >> $BASH_ENV
+ # echo 'export CYPRESS_BASE_URL="https://iati.cloud"' >> $BASH_ENV
# fi
# source $BASH_ENV
# yarn: true
diff --git a/README.md b/README.md
index 373b9fcf..6c07cf1b 100644
--- a/README.md
+++ b/README.md
@@ -16,22 +16,21 @@ IATI is a global aid transparency standard and it makes information about aid sp
## About the project
* Website: www.iati.cloud
* Authors: Zimmerman
-* License: AGPLv3 (see included LICENSE file for full license)
-* Github Repo: github.com/zimmerman-zimmerman/query-builder-iati.cloud
-* Bug Tracker: github.com/zimmerman-zimmerman/query-builder-iati.cloud/issues
+* License: AGPLv3 (see included LICENSE file for full license)
+* Github Repo: github.com/zimmerman-zimmerman/iati.cloud.frontend
+* Bug Tracker: github.com/zimmerman-zimmerman/iati.cloud.frontend/issues
## Installing
-1. Set up the iati.cloud backend first
+1. Set up the iati.cloud backend first
2. Checkout this repository to a local folder
3. Make sure you've installed node.js 10.16.3 or higher
4. Run ```yarn install```
5. Create an .env file and specify the following variables:
- NODE_PATH=src/
-- REACT_APP_CLIENT_NAME=IATI Datastore
+- REACT_APP_CLIENT_NAME=IATI.cloud
-
-6. Run yarn start
+6. Run yarn start
## Documentation
For a birds eye view on the different facets of the query builder please take the following steps:
diff --git a/public/index.html b/public/index.html
index 8b875904..a898da74 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,71 +1,41 @@
-