update build, add AWS settings

This commit is contained in:
Peter Rounce 2023-01-27 18:25:00 +00:00
parent 0e3895a1f2
commit 5af715f553
3 changed files with 12 additions and 2 deletions

View file

@ -13,7 +13,7 @@ read x
if [ "$x" = "y" ]; then
psql postgres -f create_db.sql
psql postgres -f insert_settings.sql
psql postgres -f settings.sql
echo Database created
else
echo No action