1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-06-26 11:27:03 +01:00
Commit Graph

110 Commits

Author SHA1 Message Date
d2f4612ab5
Merge remote-tracking branch 'origin/renovate/pin-dependencies' 2022-09-09 16:54:03 +01:00
54963c143f
Rename CI task 2022-09-09 16:40:21 +01:00
93bfe5f59b
Use dockerfile for production
The static buildpack is deprecated, and this is a lot easier
2022-09-09 16:39:21 +01:00
cab27e5ccc Pin dependencies 2022-09-09 16:08:22 +01:00
60cfb10da6
Add renovate 2022-09-09 15:50:51 +01:00
7e0a022548
Do lots of updates so it actually builds 2022-09-09 15:50:05 +01:00
cb3297d70a
Add notes about how to downmix audio 2021-10-27 22:25:30 +01:00
07058c3233
Use correct plausible domain 2021-06-26 22:28:55 +01:00
c2c102cfa0
Deploy to dokku on CI 2021-06-26 21:23:39 +01:00
e96c66f46b
Add dokku config 2021-06-26 20:39:47 +01:00
1a4196c0ca Add CI cache 2021-06-03 16:11:36 +00:00
1b19b506c0 Add LICENSE 2021-06-03 08:07:37 +00:00
ba5ca9752a Remove GitHub actions config 2021-06-03 08:00:44 +00:00
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
ab58d38b33 Read password from a different place
Hope this works!
2021-06-03 07:42:43 +00:00
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
f779a1e69e Actually deploy site 2021-06-03 07:29:44 +00:00
63b3a410dd Run correct script to build
D'oh!
2021-06-02 22:58:17 +00:00
77da59bea2 Add GitLab CI config
Doesn't deploy yet, let's get building working first
2021-06-02 22:55:13 +00:00
9f82abadb1
Add rename note 2021-05-14 20:22:54 +01:00
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
e4774536a7
Add note about cross-account bucket data transfer 2021-02-23 16:53:44 +00:00
2e7c0ded98
Update node 2021-01-17 13:49:18 +00:00
82df9d4b39
Stop gzipping files
Static gzipping isn't supported yet, so no point doing
2021-01-17 12:57:07 +00:00
9121e4ac88
Fix branch name 2021-01-17 12:38:57 +00:00
1afb6e5101
Add deploy config 2021-01-17 12:35:36 +00:00
006f82b841
Add cache 2021-01-17 12:01:55 +00:00
b70e866580
Fix archive dir 2021-01-17 11:59:54 +00:00
36b16fe84d
Remove GitLab CI config 2021-01-17 11:31:31 +00:00
8cac2f7abf
Add GitHub CI config 2021-01-17 11:30:31 +00:00
5f6546f775
Add note about rebasing 2020-10-07 18:03:05 +01:00
b9cac95249
Add note about truncating a database from the inside 2020-10-07 17:50:04 +01:00
af7cf4a0a0
Add some notes about killing long running queries etc 2020-10-07 17:41:28 +01:00
9d1d1f0714
Add note about stripping streams with ffmpeg 2020-10-04 20:18:11 +01:00
8f8fd9aa72
Remove unnecessary index file 2020-10-02 09:22:22 +01:00
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
be5a0453d0
Set metadata 2020-10-01 19:06:18 +01:00
ffa74cb773
Add note about linguist language detection 2020-10-01 18:56:02 +01:00
d76ac9becc
Use correct cache dir rather than caching all modules 2020-10-01 18:36:31 +01:00
9b5cac6212
Set network timeout
CI is quite slow it seems
2020-10-01 18:06:41 +01:00
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
c74269163a
Add README 2020-09-30 21:53:43 +01:00
e209d62fb8
Delete docker ignore file 2020-09-30 21:10:20 +01:00
123d1fe540
Pretend markdown is a language 2020-09-30 20:53:29 +01:00
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
7038472d33
Put in the fully resolved path 2020-09-30 20:13:36 +01:00
8a6c9581de
See where the cache is 2020-09-30 20:09:20 +01:00
085c19bd6f
Also cache cache 2020-09-30 19:55:22 +01:00
1e9b0d36d6
Just cache npm directory
This means `npm ci` only has to rebuild the modules, rather than re-download them
2020-09-30 19:27:33 +01:00