Commit Graph

48 Commits

Author SHA1 Message Date
e0a313dc18
fix(ci): make sure to clone tinymce submodule 2023-12-31 14:25:12 -05:00
6e1c940d51
fix(pages): fix fetch typing on authors page 2023-12-31 02:38:47 -05:00
c04823a0e9
revert(ci): switch build stage back to node 2023-12-30 17:25:36 -05:00
aa5dc23dfa
fix(ci): install python before bun install 2023-12-30 17:11:37 -05:00
4ae045819f
refactor(ci): tweaks
- remove `--del` option from rsync commands
- switch to bun (again)
- fix `hasMigrated  = true` not being transpiled
2023-12-30 16:57:56 -05:00
5baa00bbb4
style(ci): remove commented-out script lines 2023-12-29 20:10:37 -05:00
c598ff61b3
refactor(ci): add explicit needs to deploy stages 2023-12-28 20:03:41 -05:00
499843ca32
refactor(ci): prevent concurrent executions with resource_group 2023-12-28 19:58:58 -05:00
7a9d58975c
refactor(ci): add sed invocation to production deployment 2023-12-28 19:58:57 -05:00
7cd18c91ab
refactor(ci): add db name argument to staging script 2023-12-28 19:58:56 -05:00
c28b92f2d7
refactor(ci): source script instead of running it separately 2023-12-28 19:58:55 -05:00
95be1dd7c9
refactor(ci): quote bash script invocation
to allow the variables to be expanded properly
2023-12-28 19:58:55 -05:00
2ee0bb0e0a
fix(ci): move bash invocation to before_Script 2023-12-28 19:58:52 -05:00
d6f146c481
refactor(ci): restructure
use separate pipelines for building for staging and production, respectively
streamline repetitive steps into scripts stored in `.more-ci/`

BREAKING CHANGE: this might break literally everything lol
2023-12-28 19:58:52 -05:00
5bb6803a30
fix(ci): double-wrap drop eval in quotes 2023-12-28 19:58:51 -05:00
dc55272eab
fix(ci): use single quotes 2023-12-28 19:58:51 -05:00
8e38695a1f
fix(ci): unescape characters in ssh command 2023-12-28 19:58:50 -05:00
2e529e2bfc
fix(ci): unescape characters in ssh command 2023-12-28 19:58:49 -05:00
4e4206cbcf
fix(ci): unescape characters in ssh command 2023-12-28 19:58:48 -05:00
596ed4a94d
fix(ci): escape characters in ssh command 2023-12-28 19:58:47 -05:00
529120e936
fix(ci): unquote commands 2023-12-28 19:58:41 -05:00
8787a1255e
fix(ci): drop database properly 2023-12-28 19:58:39 -05:00
ce4945f623
fix(ci): add sudo 2023-12-28 19:58:38 -05:00
916977ebfc
fix(ci): add mono uri to mongosh invocation 2023-12-28 19:58:31 -05:00
a74126daeb
refactor(ci): set bun env to production 2023-12-28 19:58:27 -05:00
fee87645ae
fix(ci): order matters 2023-12-28 19:58:24 -05:00
6fd50a9c83
fix(ci): terminate sed command 2023-12-28 19:58:23 -05:00
2e781f6c2e
fix(ci): add missing quote 2023-12-28 19:58:22 -05:00
cf19128d3d
refactor(ci): change hasMigrated dynamically 2023-12-28 19:58:22 -05:00
87ee2cdd1d
fix(ci): copy env file properly 2023-12-28 19:58:21 -05:00
2b5447fb1b
fix(ci): drop database 2023-12-28 19:58:20 -05:00
65b4a6abf0
fix(ci): remove spaces 2023-12-28 19:58:20 -05:00
ac404bb685
fix(ci): add space to pipe thingy 2023-12-28 19:58:20 -05:00
328b235077
fix(ci): order matters 2023-12-28 19:58:19 -05:00
35176c3271
fix(ci): switch to scp for env file 2023-12-28 19:58:19 -05:00
2ca3496154
fix(ci): run mongo script properly 2023-12-28 19:58:18 -05:00
1630511a9c
fix(ci): Update .gitlab-ci.yml file
drop "old" database first !
2023-12-28 19:57:04 -05:00
853075439f
fix(ci): syntax (again) 2023-12-26 09:55:30 -05:00
8baeed426b
fix(ci): syntax (again) 2023-12-26 09:48:05 -05:00
79ceb09afb
fix(ci): syntax (again) 2023-12-26 09:40:07 -05:00
92861417fb
fix(ci): syntax 2023-12-26 09:26:04 -05:00
55bad7bd03
fix(ci): syntax 2023-12-26 09:16:30 -05:00
eba0670703
fix(ci): make sure to restore dump on staging server 2023-12-26 09:13:13 -05:00
2f8d5801ef
refactor(ci): add dump/copy step to ci deploy pipeline 2023-12-26 09:04:02 -05:00
0183223f32
revert(ci): no more bun
i give up. the bun wouldn't cool down.
2023-12-25 22:59:31 -05:00
a28a89f2a9
fix(ci): canary bun
fix(ci): add .output segment to bun run path

fix(ci): pass `-y` to apt install

fix(ci): change directory

fix(ci): update apt

fix(ci): remove sudo

fix(ci): use debian bun

fix(ci): use debian bun

fix(ci): disown bun process

refactor(ci): switch to bun

fix(ci): watch

fix(ci): unquote tilde string

fix(ci): pipe cat output

fix(ci): wrap tildes in ssh command in quotes

fix(ci): chmod private key file

fix(ci): fix environment

refactor(ci): update ci file

both stages should work now
2023-12-25 22:47:10 -05:00
13b4d10cb4
build(nuxt): update ci
it's actually useful now lol
2023-12-20 16:06:50 -05:00
095f542fba Update .gitlab-ci.yml file 2023-12-19 04:09:44 +00:00