1
0
Fork 0

feat: initial commit

Signed-off-by: Vojtěch Mareš <vojtech@mares.cz>
This commit is contained in:
Vojtěch Mareš 2025-05-17 08:43:13 +02:00
commit ba2959b683
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
9 changed files with 180 additions and 0 deletions

15
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,15 @@
defaults:
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/oven/bun:alpine
stages:
- copy
copy:
stage: copy
before_script:
- apk add --no-cache git openssh
- git config --global user.email gitlab@mail.mareshq.com
- git config --global user.name "GitLab CI"
- git config --global url.“https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.mareshq.com”.insteadOf https://gitlab.mareshq.com"
script:
- bun run src/main.ts