scaffold AOS rankings site (Vite + Tailwind v4 + DaisyUI v5)
Clone of the 40K rankings project adapted for Age of Sigmar: leagueId RtgcexBzqjCM, AOS-branded headings, separate cache key, and CI/CD deploying to /var/www/domains/gateway-gamers.net/aos-rankings/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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/aos-rankings/
|
||||
only:
|
||||
- main
|
||||
environment:
|
||||
name: production
|
||||
url: https://aos-rankings.gateway-gamers.net
|
||||
Reference in New Issue
Block a user