Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Administrator
m4lab_landing_page
Commits
81d7fd9b
Commit
81d7fd9b
authored
5 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
[cicd] deployment to testserver, fixed indent
parent
f3f20533
Pipeline
#218
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+23
-23
.gitlab-ci.yml
with
23 additions
and
23 deletions
+23
-23
.gitlab-ci.yml
+
23
-
23
View file @
81d7fd9b
...
@@ -7,36 +7,36 @@ variables:
...
@@ -7,36 +7,36 @@ variables:
pages-master
:
pages-master
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
echo $EXPORT_PAGES_DIR
-
echo $EXPORT_PAGES_DIR
-
mkdir .public
-
mkdir .public
-
cp -r css .public
-
cp -r css .public
-
cp -r images .public
-
cp -r images .public
-
cp -r js .public
-
cp -r js .public
-
cp -r includes .public
-
cp -r includes .public
-
cp *.html .public
-
cp *.html .public
-
mv .public public
-
mv .public public
-
cp -r public/* "$EXPORT_PAGES_DIR"
-
cp -r public/* "$EXPORT_PAGES_DIR"
artifacts
:
artifacts
:
paths
:
paths
:
-
public
-
public
only
:
only
:
-
master
-
master
pages-devel
:
pages-devel
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
echo $EXPORT_PAGES_DIR
-
echo $EXPORT_PAGES_DIR
-
mkdir .public
-
mkdir .public
-
cp -r css .public
-
cp -r css .public
-
cp -r images .public
-
cp -r images .public
-
cp -r js .public
-
cp -r js .public
-
cp -r includes .public
-
cp -r includes .public
-
cp *.html .public
-
cp *.html .public
-
mv .public public
-
mv .public public
-
scp -r public/* ubuntu@193.196.52.30:"$EXPORT_PAGES_DIR"
-
scp -r public/* ubuntu@193.196.52.30:"$EXPORT_PAGES_DIR"
-
ssh -t ubuntu@193.196.52.30 "sudo chown tomcat:tomcat $EXPORT_PAGES_DIR"
-
ssh -t ubuntu@193.196.52.30 "sudo chown tomcat:tomcat $EXPORT_PAGES_DIR"
artifacts
:
artifacts
:
paths
:
paths
:
-
public
-
public
only
:
only
:
-
devel
-
devel
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment