Import kingmaker.gateway-gamers.net into monorepo

This commit is contained in:
2026-09-04 14:55:10 -05:00
22 changed files with 2290 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
stages:
- build
- deploy
build:
stage: build
script:
- npm ci
- npm run build
artifacts:
paths:
- dist/
expire_in: 1 hour
only:
- main
deploy:
stage: deploy
script:
- rsync -avz --delete dist/ /var/www/domains/gateway-gamers.net/kingmaker/
only:
- main
environment:
name: production
url: https://kingmaker.gateway-gamers.net