Files
WeatherTool/deploy.sh
T

7 lines
67 B
Bash
Raw Normal View History

2023-05-14 16:18:25 +03:00
#!/bin/bash
cd web
npm run build
cd ..
2023-05-14 16:18:25 +03:00
sbt assembly && fly deploy