You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .users file in /admin/ is not, of course, stored in Git. But it's not stored anywhere else, either. This requires that it be recreated manually each time the site is deployed to a fresh server. Create this on each deploy.
store the password as a secret in Travis
store .users, sans password, in Git
figure out if a hashed htpasswd password can be moved between systems (or if there's a local salt)
populate the password in the .users file within Travis
The text was updated successfully, but these errors were encountered:
The
.users
file in/admin/
is not, of course, stored in Git. But it's not stored anywhere else, either. This requires that it be recreated manually each time the site is deployed to a fresh server. Create this on each deploy..users
, sans password, in Githtpasswd
password can be moved between systems (or if there's a local salt).users
file within TravisThe text was updated successfully, but these errors were encountered: