Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
54
Issues
54
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
530fce85
Commit
530fce85
authored
Nov 20, 2019
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added stage to pipeline that adds secrets
parent
837e6324
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
47 deletions
+27
-47
.gitlab-ci.yml
.gitlab-ci.yml
+27
-47
No files found.
.gitlab-ci.yml
View file @
530fce85
update(144.76.113.134)
:
tags
:
-
144.76.113.134
only
:
-
master@open-source/MetaGer
before_script
:
# Abhängigkeiten überprüfen
-
which composer
-
which git
-
which php
-
which sqlite3
script
:
-
sh build.sh
variables
:
STAGE
:
production
update(metager2)
:
tags
:
-
metager2
only
:
-
master@open-source/MetaGer
before_script
:
# Abhängigkeiten überprüfen
-
which composer
-
which git
-
which php
-
which sqlite3
script
:
-
sh build.sh
variables
:
STAGE
:
production
update(metager3.de)
:
tags
:
-
metager3
only
:
-
development@open-source/MetaGer
before_script
:
# Abhängigkeiten überprüfen
-
which composer
-
which git
-
which php
-
which sqlite3
script
:
-
sh build.sh
variables
:
STAGE
:
development
\ No newline at end of file
variables
:
DOCKER_HOST
:
"
tcp://docker-dind.gitlab:2375"
POSTGRES_ENABLED
:
"
false"
CODE_QUALITY_DISABLED
:
"
true"
CONTAINER_SCANNING_DISABLED
:
"
true"
DAST_DISABLED
:
"
true"
DEPENDENCY_SCANNING_DISABLED
:
"
true"
LICENSE_MANAGEMENT_DISABLED
:
"
true"
PERFORMANCE_DISABLED
:
"
true"
SAST_DISABLED
:
"
true"
TEST_DISABLED
:
"
true"
stages
:
-
prepare
prepare_secrets
:
stage
:
prepare
image
:
alpine:latest
script
:
-
cp $ENVFILE .env
-
cp $SUMAS config/sumas.json
-
cp $SUMASEN config/sumasEn.json
artifacts
:
paths
:
-
.env
-
config/sumas.json
-
config/sumasEn.json
\ 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