Skip to content

Commit

Permalink
First step to identical user names
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Mar 31, 2023
1 parent 19e8c72 commit 1e38082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 160_gitlab_ci/000_rollout/nginx/webdav.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
PASS_DEV="$(openssl rand -hex 32)"
PASS_LIVE="$(openssl rand -hex 32)"

HTPASSWD_DEV="$(htpasswd -nb admin "${PASS_DEV}")"
HTPASSWD_LIVE="$(htpasswd -nb admin "${PASS_LIVE}")"
HTPASSWD_DEV="$(htpasswd -nb seat "${PASS_DEV}")"
HTPASSWD_LIVE="$(htpasswd -nb seat "${PASS_LIVE}")"

echo "${HTPASSWD_DEV}" > /etc/nginx/auth/htpasswd.dev
echo "${HTPASSWD_LIVE}" > /etc/nginx/auth/htpasswd.live
Expand Down

0 comments on commit 1e38082

Please sign in to comment.