Commit Graph

113 Commits

Author SHA1 Message Date
Jake Howard 68a05ca0e6
Lint and build in same step
The node modules are too large to persist between stages
2022-09-12 08:27:08 +01:00
Jake Howard 2221a14f7a
Persist node modules between CI stages 2022-09-09 17:18:18 +01:00
Jake Howard 04a7e5b2c9
Run prettier 2022-09-09 17:11:51 +01:00
Jake Howard d2f4612ab5
Merge remote-tracking branch 'origin/renovate/pin-dependencies' 2022-09-09 16:54:03 +01:00
Jake Howard 54963c143f
Rename CI task 2022-09-09 16:40:21 +01:00
Jake Howard 93bfe5f59b
Use dockerfile for production
The static buildpack is deprecated, and this is a lot easier
2022-09-09 16:39:21 +01:00
Renovate cab27e5ccc Pin dependencies 2022-09-09 16:08:22 +01:00
Jake Howard 60cfb10da6
Add renovate 2022-09-09 15:50:51 +01:00
Jake Howard 7e0a022548
Do lots of updates so it actually builds 2022-09-09 15:50:05 +01:00
Jake Howard cb3297d70a
Add notes about how to downmix audio 2021-10-27 22:25:30 +01:00
Jake Howard 07058c3233
Use correct plausible domain 2021-06-26 22:28:55 +01:00
Jake Howard c2c102cfa0
Deploy to dokku on CI 2021-06-26 21:23:39 +01:00
Jake Howard e96c66f46b
Add dokku config 2021-06-26 20:39:47 +01:00
Jake Howard 1a4196c0ca Add CI cache 2021-06-03 16:11:36 +00:00
Jake Howard 1b19b506c0 Add LICENSE 2021-06-03 08:07:37 +00:00
Jake Howard ba5ca9752a Remove GitHub actions config 2021-06-03 08:00:44 +00:00
Jake Howard 5db8baf65c Obscure password when using it with rclone
https://forum.rclone.org/t/using-rclone-via-environment-variables/12746
2021-06-03 07:55:34 +00:00
Jake Howard ab58d38b33 Read password from a different place
Hope this works!
2021-06-03 07:42:43 +00:00
Jake Howard 4afed99a61 Use alpine and rclone
The rclone container is based on `scratch`, so trying to execute commands in it fails due to lack of `sh`
2021-06-03 07:37:38 +00:00
Jake Howard f779a1e69e Actually deploy site 2021-06-03 07:29:44 +00:00
Jake Howard 63b3a410dd Run correct script to build
D'oh!
2021-06-02 22:58:17 +00:00
Jake Howard 77da59bea2 Add GitLab CI config
Doesn't deploy yet, let's get building working first
2021-06-02 22:55:13 +00:00
Jake Howard 9f82abadb1
Add `rename` note 2021-05-14 20:22:54 +01:00
Jake Howard bdcaa9176d
Add mitmproxy example 2021-05-14 14:56:40 +01:00
Jake Howard 5e542d54b7
Replace deployment with webdav 2021-05-04 11:39:38 +01:00
Jake Howard e4774536a7
Add note about cross-account bucket data transfer 2021-02-23 16:53:44 +00:00
Jake Howard 2e7c0ded98
Update node 2021-01-17 13:49:18 +00:00
Jake Howard 82df9d4b39
Stop gzipping files
Static gzipping isn't supported yet, so no point doing
2021-01-17 12:57:07 +00:00
Jake Howard 9121e4ac88
Fix branch name 2021-01-17 12:38:57 +00:00
Jake Howard 1afb6e5101
Add deploy config 2021-01-17 12:35:36 +00:00
Jake Howard 006f82b841
Add cache 2021-01-17 12:01:55 +00:00
Jake Howard b70e866580
Fix archive dir 2021-01-17 11:59:54 +00:00
Jake Howard 36b16fe84d
Remove GitLab CI config 2021-01-17 11:31:31 +00:00
Jake Howard 8cac2f7abf
Add GitHub CI config 2021-01-17 11:30:31 +00:00
Jake Howard 5f6546f775
Add note about rebasing 2020-10-07 18:03:05 +01:00
Jake Howard b9cac95249
Add note about truncating a database from the inside 2020-10-07 17:50:04 +01:00
Jake Howard af7cf4a0a0
Add some notes about killing long running queries etc 2020-10-07 17:41:28 +01:00
Jake Howard 9d1d1f0714
Add note about stripping streams with ffmpeg 2020-10-04 20:18:11 +01:00
Jake Howard 8f8fd9aa72
Remove unnecessary index file 2020-10-02 09:22:22 +01:00
Jake Howard 6034e292ae
Add plausible
It doesn't work due to an upstream issue, but it'll start working soon
2020-10-01 19:21:34 +01:00
Jake Howard be5a0453d0
Set metadata 2020-10-01 19:06:18 +01:00
Jake Howard ffa74cb773
Add note about linguist language detection 2020-10-01 18:56:02 +01:00
Jake Howard d76ac9becc
Use correct cache dir rather than caching all modules 2020-10-01 18:36:31 +01:00
Jake Howard 9b5cac6212
Set network timeout
CI is quite slow it seems
2020-10-01 18:06:41 +01:00
Jake Howard 62baca6e51
Switch to modified existing yarn config so it actually works
I hate it, it's nasty, but it actually works. Until https://github.com/mrmartineau/gatsby-theme-code-notes/issues/65 is fixed, it's the best I can do
2020-10-01 17:55:59 +01:00
Jake Howard c74269163a
Add README 2020-09-30 21:53:43 +01:00
Jake Howard e209d62fb8
Delete docker ignore file 2020-09-30 21:10:20 +01:00
Jake Howard 123d1fe540
Pretend markdown is a language 2020-09-30 20:53:29 +01:00
Jake Howard 262447cd32
RTFM
Can't cache directory outside project

https://docs.gitlab.com/ee/ci/caching/#caching-nodejs-dependencies
2020-09-30 20:33:41 +01:00
Jake Howard 7038472d33
Put in the fully resolved path 2020-09-30 20:13:36 +01:00