Commit 897e3a20 authored by Robert Speicher's avatar Robert Speicher

sudo user is git, not gitlab, not gitlab_ci

[ci skip]
parent e46f5e60
...@@ -99,8 +99,8 @@ Don't store it in the same place as your database backups, ...@@ -99,8 +99,8 @@ Don't store it in the same place as your database backups,
otherwise your secrets are exposed if one of your backups is compromised. otherwise your secrets are exposed if one of your backups is compromised.
``` ```
sudo -u gitlab -H cp config/secrets.yml.example config/secrets.yml sudo -u git -H cp config/secrets.yml.example config/secrets.yml
sudo -u gitlab -H chmod 0600 config/secrets.yml sudo -u git -H chmod 0600 config/secrets.yml
``` ```
### 7. Install libs, migrations, etc. ### 7. Install libs, migrations, etc.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment