echo "Building for beta..."
node --max-old-space-size=6144 node_modules/@angular/cli/bin/ng build -c gcp_beta

echo "Enviando arquivos para o Google Cloud Storage, no bucket: frontrunner.colmeia.cx"
gsutil rm gs://frontrunner.colmeia.cx/* 2>/dev/null || true
gsutil -m -h "Cache-Control:public,max-age=432000" rsync -r -x "index\.html$" dist/client/ gs://frontrunner.colmeia.cx
gsutil -h "Cache-Control:public,max-age=0,no-cache,must-revalidate" cp dist/client/index.html gs://frontrunner.colmeia.cx/index.html
gsutil -m setmeta -r -h "Content-Type: image/svg+xml" gs://frontrunner.colmeia.cx/**/*.svg