Add missing code fence closure

This commit is contained in:
Robert Speicher 2015-09-16 15:24:51 -04:00
parent d906dedec6
commit 19a63b0ddf
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ otherwise your secrets are exposed if one of your backups is compromised.
```
sudo -u gitlab_ci -H cp config/secrets.yml.example config/secrets.yml
sudo -u gitlab_ci -H chmod 0600 config/secrets.yml
```
### 7. Install libs, migrations, etc.