Files
WeatherTool/deploy.sh
T
2023-05-14 22:07:16 +03:00

7 lines
67 B
Bash
Executable File

#!/bin/bash
cd web
npm run build
cd ..
sbt assembly && fly deploy