Files
db2026/4/deploy.sh
2026-03-31 22:28:38 +03:00

6 lines
76 B
Bash
Executable File

#!/bin/bash
source env.sh
psql -e -q -f schema.sql
psql -e -q -f data.sql