We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b6bfa commit b0e8a76Copy full SHA for b0e8a76
.github/workflows/ci.yml
@@ -14,8 +14,8 @@ jobs:
14
NOMAD_VAR_PERSISTENT_VOLUME: '/var/www/html'
15
NO_TEST: true
16
BASE_DOMAIN: ux-b.archive.org
17
- WORDPRESS_DB_USER: demo-user
18
- WORDPRESS_DB_NAME: demo-db
+ WORDPRESS_DB_USER: 'demo-user'
+ WORDPRESS_DB_NAME: 'demo-db'
19
secrets:
20
WORDPRESS_DB_PASSWORD: ${{ secrets.PW }}
21
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
0 commit comments