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
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
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
afc7f8bb
Commit
afc7f8bb
authored
Oct 11, 2019
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setting the correct app_env
parent
7d17acc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
.gitlab-ci.yml
.gitlab-ci.yml
+7
-1
build.sh
build.sh
+2
-1
No files found.
.gitlab-ci.yml
View file @
afc7f8bb
...
...
@@ -11,6 +11,8 @@ update(144.76.113.134):
-
which sqlite3
script
:
-
sh build.sh
variables
:
STAGE
:
production
update(metager2)
:
tags
:
...
...
@@ -25,6 +27,8 @@ update(metager2):
-
which sqlite3
script
:
-
sh build.sh
variables
:
STAGE
:
production
update(metager3.de)
:
tags
:
...
...
@@ -38,4 +42,6 @@ update(metager3.de):
-
which php
-
which sqlite3
script
:
-
sh build.sh
\ No newline at end of file
-
sh build.sh
variables
:
STAGE
:
development
\ No newline at end of file
build.sh
View file @
afc7f8bb
...
...
@@ -8,7 +8,8 @@ if [ -d MetaGer_neu ]; then rm -rf MetaGer_neu;fi
git clone
"
$path
"
MetaGer_neu
cd
MetaGer_neu
composer
install
scp
-P
63824 metager@metager3.de:~/.env
.
cp
$ENVFILE
.env
sed
-i
-e
"s/APP_ENV=production/APP_ENV=
$STAGE
/g"
.env
cp
$SUMAS
config/sumas.json
cp
$SUMASEN
config/sumasEn.json
scp
-P
63824 metager@metager3.de:~/blacklistUrl.txt config/
...
...
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