Skip to content

Commit 4673cbb

Browse files
committed
Fixed webdav creds for 20231114
1 parent 5b91e09 commit 4673cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

160_gitlab_ci/000_rollout/nginx/webdav.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1>Credentials</h1>
77

88
<p>Username: seat</p>
99

10-
<p>Password for DEV: ${WEBDAV_PAS_DEV}</p>
11-
<p>Password for LIVE: ${WEBDAV_PAS_LIVE}</p>
10+
<p>Password for DEV: ${WEBDAV_PASS_DEV}</p>
11+
<p>Password for LIVE: ${WEBDAV_PASS_LIVE}</p>
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)