about summary refs log tree commit diff
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Add og meta tags to starter pack detail (#4585)devin ivy2024-06-241-1/+1
| | | | | | | | | | | | | * add og meta tags to starter pack detail * tidy * bskyweb: add starter pack title to og meta * bskyweb build * go version to 1.22 * tidy
* Use build arg in docker action to correctly pass git commit SHA (#3940)Hailey2024-05-091-1/+8
| | | | | | | | | | | | | | | | | * use env variables through docker args * remove quotes * use an output instead * try that again * write the variables to .env * rm unused * use short sha * remove test branch
* NOOP deploy testJake Gold2024-04-171-0/+2
|
* remove build-embed from Dockerfile (#3502)Samuel Newman2024-04-121-2/+1
|
* [Embeds] Create vite project and add to build pipeline (#3448)Samuel Newman2024-04-121-1/+2
| | | | | * add bskyembed vite app * create build script (temp until embedr is ready)
* Run `extract` and `compile` when building for web (#3132)Hailey2024-03-061-1/+1
|
* feat(nvm): add support for nvm & minor actions housekeeping (#2979)Vinayak Kulkarni2024-02-261-1/+1
| | | | | | | | | | | | | | | | | * feat: add `.nvmrc` for specifying node version Co-Authored-By: Evandro Leopoldino Gonçalves <evandrolgoncalves@gmail.com> * chore(deps): bump setup-node to v4 * build: use node-version-file instead of hardcoded 18.x * chore(deps): bump nvm version * fix: checkout before install 🎉 --------- Co-authored-by: Evandro Leopoldino Gonçalves <evandrolgoncalves@gmail.com>
* Add Lingui check to CI (#2058)Eric Bailey2023-12-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Install lingui eslint plugin, ignore compiled files * Add lingui step to Lint workflow * Run check in other job * Add compile step to web build * Temp: add a new string to test with * Add message * Revert "Temp: add a new string to test with" This reverts commit ef5459d00c3ea9798279e000a5ac43effc117486. * Un-track compiled files * Add check scripts to package.json, build step * Make sure to compile translations prior to test/typecheck * Rename scripts
* update golang to v1.21; set GOEXPERIMENT=loopvar (#1256)bnewbold2023-08-281-1/+2
| | | | | * golang: update to v1.21, and set GOEXPERIMENT=loopvar * golang: go mod tidy
* Spelling (#772)Josh Soref2023-05-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * spelling: account Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: activated Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: additional Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: appropriate Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: bskyweb Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: description Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: display Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: highlighted Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: javascript Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: locally-hosted Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: notification Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: occurring Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: parenthetical Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: preexisting Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: prefetched Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: punctuation Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: simplicity Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --------- Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* top-level Makefile (#597)bnewbold2023-05-111-3/+0
| | | | | | | | | * top-level Makefile The primary motivation here is the `build-web` command, which calls the yarn build and then also copies over JS files. The Dockerfile does this and I always forget when doing it manually. * build-web: cp bundles in yarn command, not Makefile+Dockerfile
* bskyweb additions (#296)Jake Gold2023-03-201-0/+75
Add some minor bskyweb improvements, Mailmodo endpoint, Dockerfile for bskyweb, container image push