Import scouting.gateway-gamers.net into monorepo

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