Postgres creds

This commit is contained in:
Jamil Bou Kheir
2021-06-30 15:12:33 -07:00
parent 996c4da6be
commit 41fda80a3d
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ echo "Initializing default config..."
curl https://raw.githubusercontent.com/CloudFire-LLC/cloudfire/${GITHUB_SHA}/scripts/init_config.sh | bash -
# Create DB
sudo -i -u postgres psql -c "CREATE DATABASE cloudfire;"
sudo -E -i -u postgres psql -c "CREATE DATABASE cloudfire;"
# Start by running migrations always
./cloudfire eval "CfHttp.Release.migrate"

View File

@@ -143,6 +143,8 @@ jobs:
- name: Test Install package
env:
DEBIAN_FRONTEND: noninteractive
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
run: .ci/functional_test.sh
#
# publish: