teacher-tools/deploy.sh

8 lines
84 B
Bash
Raw Normal View History

2024-12-28 17:28:07 +00:00
#!/usr/bin/env bash
2024-12-30 16:55:30 +00:00
./build-app.sh
./build-api.sh
2024-12-28 17:28:07 +00:00
2024-12-30 16:55:30 +00:00
./deploy-app.sh
./deploy-api.sh