You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,22 @@ In order to run this container you'll need docker installed.
17
17
*[OS X](https://docs.docker.com/mac/started/)
18
18
*[Linux](https://docs.docker.com/linux/started/)
19
19
20
+
## Creating builds
21
+
When an update has been deployed to master, tag and push the master branch to kick off a Drone build:
22
+
```
23
+
git tag <next_version>
24
+
git push --tags
25
+
```
26
+
27
+
## Testing Locally
28
+
Authentic GEOIP credentials are needed when curling MaxMind Urls otherwise a 401 is returned. Therefore if no `GEOIP_LICENSE_KEY` secret/env var is set when running `./ci-build.sh`, a `LOCAL_TEST` variable is set to true to ensure the relevant urls are not called. This means not having to start up a Drone build every single time you want to test something and your local machine reuses any Docker cache available to it making the test/retry process much faster.
29
+
30
+
*MAC USERS*
31
+
You will need to install wget so that this can run in the `./ci-build.sh` script:
<!--#set var="title" value="Something went wrong." -->
14
+
<header><h1>Something went wrong.</h1></header>
15
15
<p>Text entered appears suspicious. This is likely due to unusual repeat or individual special characters, i.e. @@ or && or |. Please delete any unnecessary special characters and try again.</p>
16
-
<!--#if expr="${FEEDBACK_EMAIL}" -->
17
-
<p>If this problem persists, please contact us on <!--#echo var="${FEEDBACK_EMAIL}" --> so we can remedy any issues and improve our service.</p>
18
-
<!--#endif -->
16
+
<!--#endif -->
17
+
18
+
<!--#if expr="${FEEDBACK_EMAIL}" -->
19
+
<p>If this problem persists, please contact us on <!--#echo var="FEEDBACK_EMAIL" --> so we can remedy any issues and improve our service.</p>
0 commit comments