mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
Postgres creds
This commit is contained in:
@@ -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"
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user