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
[](https://github.com/clue/clue.engineering/tree/live)
5
+
3
6
Source code for the https://clue.engineering/ website.
4
7
5
8
## Build
@@ -53,3 +56,16 @@ Additionally, this should be deployed behind a reverse proxy (nginx) that is
53
56
responsible for HTTPS certificate handling and forcing HTTPS redirects.
54
57
55
58
Additionally, Apache has been configured to cache static files for 1 day.
59
+
60
+
The live website is deployed by pushing the contents of the `build/` directory to
61
+
the `live` branch like this:
62
+
63
+
```bash
64
+
make deploy
65
+
```
66
+
67
+
## Auto-Deployment
68
+
69
+
Any time a commit is merged (such as when a PR is merged), GitHub actions will
70
+
automatically build and deploy the website. This is done by running the above
0 commit comments