Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
2672c096
Commit
2672c096
authored
8 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into 42-bugs
parents
3e21b0f0
a8eb439c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+37
-1
37 additions, 1 deletion
.gitlab-ci.yml
with
37 additions
and
1 deletion
.gitlab-ci.yml
+
37
−
1
View file @
2672c096
update
:
update(144.76.113.134)
:
tags
:
-
144.76.113.134
only
:
-
tags
-
triggers
...
...
@@ -6,6 +8,7 @@ update:
# Abhängigkeiten überprüfen
-
which composer
-
which git
-
which php7.0
script
:
# Pfad zum neu geklonten Repo
-
path=`pwd`
...
...
@@ -16,6 +19,39 @@ update:
-
composer update
-
chmod -R 777 storage
-
chmod -R 777 bootstrap/cache
-
scp metager@metager3.de:~/.env .
-
scp metager@metager3.de:~/sumas.xml config/
-
scp metager@metager3.de:~/sumasEn.xml config/
-
chmod 777 config/sumas.xml config/sumasEn.xml
-
cd ~/
-
rm -rf MetaGer
-
mv MetaGer_neu MetaGer
update(metager3.de)
:
tags
:
-
metager3
only
:
-
tags
-
triggers
before_script
:
# Abhängigkeiten überprüfen
-
which composer
-
which git
-
which php7.0
script
:
# Pfad zum neu geklonten Repo
-
path=`pwd`
-
cd ~/
-
if [ -d MetaGer_neu ]; then rm -rf MetaGer_neu;fi
-
git clone "$path" MetaGer_neu
-
cd MetaGer_neu
-
composer update
-
chmod -R 777 storage
-
chmod -R 777 bootstrap/cache
-
scp metager@metager3.de:~/.env .
-
scp metager@metager3.de:~/sumas.xml config/
-
scp metager@metager3.de:~/sumasEn.xml config/
-
chmod 777 config/sumas.xml config/sumasEn.xml
-
cd ~/
-
rm -rf MetaGer
-
mv MetaGer_neu MetaGer
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment