Skip to content

Commit b6bef46

Browse files
committed
env var cleanup
1 parent b0e8a76 commit b6bef46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
NOMAD_VAR_PERSISTENT_VOLUME: '/var/www/html'
1515
NO_TEST: true
1616
BASE_DOMAIN: ux-b.archive.org
17-
WORDPRESS_DB_USER: 'demo-user'
18-
WORDPRESS_DB_NAME: 'demo-db'
1917
secrets:
2018
WORDPRESS_DB_PASSWORD: ${{ secrets.PW }}
2119
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM wordpress
22

3-
ENV WORDPRESS_DATABASE_USER wp_user
3+
4+
ENV WORDPRESS_DB_USER=demo-user
5+
ENV WORDPRESS_DB_NAME=demo-db
46

57
# We're going to serve wordpress on http:// from our container (to caddy/haproxy/LB)
68
# but we need the site itself to issue https:// links on its own pages to the browser

0 commit comments

Comments
 (0)