build: - "echo 'PUBLIC_API_SERVER=https://api.steamwar.de' > .env" - "pnpm run ci" release: - "rm -r /var/www/html/*" - "mv dist/* /var/www/html"