Files
Website/steamwarci.yml
Chaoscaot 276e19409d
Some checks failed
SteamWarCI Build failed
Fix CI
2025-01-20 15:48:49 +01:00

12 lines
305 B
YAML

build:
- "ls -la ./node_modules/.bin/astro-i18n"
- "printenv"
- "echo 'PUBLIC_API_SERVER=https://api.steamwar.de' > .env"
- "pnpm install"
- "pnpm run i18n:generate:pages"
- "pnpm run i18n:generate:types"
- "pnpm run build"
release:
- "rm -r /var/www/html/*"
- "mv dist/* /var/www/html"