Files
Website/steamwarci.yml
Chaoscaot 5af6176889
Some checks failed
SteamWarCI Build failed
Fix CI
2025-01-20 15:49:59 +01:00

11 lines
303 B
YAML

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