1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-06-29 05:46:59 +01:00
Commit Graph

25 Commits

Author SHA1 Message Date
cb163624cf
Deploy to GitLab pages 2022-10-09 18:04:23 +01:00
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
2221a14f7a
Persist node modules between CI stages 2022-09-09 17:18:18 +01:00
04a7e5b2c9
Run prettier 2022-09-09 17:11:51 +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
7e0a022548
Do lots of updates so it actually builds 2022-09-09 15:50:05 +01:00
c2c102cfa0
Deploy to dokku on CI 2021-06-26 21:23:39 +01:00
1a4196c0ca Add CI cache 2021-06-03 16:11:36 +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
36b16fe84d
Remove GitLab CI config 2021-01-17 11:31:31 +00: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
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
09eb5947b6
Add GitLab CI file 2020-09-30 17:43:41 +01:00