Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
430643ca
Commit
430643ca
authored
Nov 20, 2019
by
Dominik Hebeler
Browse files
added missing secrets
parent
530fce85
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
430643ca
...
@@ -20,8 +20,23 @@ prepare_secrets:
...
@@ -20,8 +20,23 @@ prepare_secrets:
-
cp $ENVFILE .env
-
cp $ENVFILE .env
-
cp $SUMAS config/sumas.json
-
cp $SUMAS config/sumas.json
-
cp $SUMASEN config/sumasEn.json
-
cp $SUMASEN config/sumasEn.json
-
cp $BLACKLISTURL config/blacklistUrl.txt
-
cp $BLACKLISTDOMAINS config/blacklistDomains.txt
-
cp $ADBLACKLISTURL config/adBlacklistUrl.txt
-
cp $ADBLACKLISTDOMAINS config/adBlacklistDomains.txt
-
cp $SPAM config/spam.txt
-
cp $USERSSEEDER database/seeds/UsersSeeder.php
artifacts
:
artifacts
:
paths
:
paths
:
-
.env
-
.env
-
config/sumas.json
-
config/sumas.json
-
config/sumasEn.json
-
config/sumasEn.json
\ No newline at end of file
-
config/blacklistUrl.txt
-
config/blacklistDomains.txt
-
config/adBlacklistUrl.txt
-
config/adBlacklistDomains.txt
-
config/spam.txt
-
database/seeds/UsersSeeder.php
only
:
-
branches
-
tags
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment