We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15658f8 commit 64c1986Copy full SHA for 64c1986
.github/workflows/tests.yml
@@ -64,10 +64,6 @@ jobs:
64
sed -i 's|\${BASE_URL}|http://${DOMAIN}|g' files/service/config.json.template
65
sed -i 's/\$scheme/https/g' files/nginx/backend.conf
66
sed 's/your.domain.com/central-test.localhost/; s/^SSL_TYPE=letsencrypt/SSL_TYPE=upstream/' .env.template > .env
67
- echo PGHOST=postgres14 >> .env
68
- echo PGUSER=odk >> .env
69
- echo PGPASSWORD=odk >> .env
70
- echo PGPORT=5432 >> .env
71
- name: Add domain
72
run: echo '127.0.0.1 central-test.localhost' | sudo tee --append /etc/hosts
73
- name: Start services
0 commit comments