Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rahman
Argumented Reality
Commits
d8f4da99
Commit
d8f4da99
authored
11 months ago
by
Rahman
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml file
parent
7afb735a
Pipeline
#9258
passed with stage
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-22
.gitlab-ci.yml
with
5 additions
and
22 deletions
+5
-22
.gitlab-ci.yml
+
5
-
22
View file @
d8f4da99
image
:
alpine:latest
stages
:
-
test
-
deploy
test-job
:
stage
:
test
script
:
-
echo "Testing files exist..."
-
test -f public/index.html
-
test -f public/main.js
-
test -f public/settings.js
-
test -f public/assets/css/style.css
-
test -f public/assets/css/mobile.css
-
test -f public/assets/images/header.jpg
-
test -f public/assets/images/hft_logo.svg
-
test -f public/home/index.html
-
echo "Test finished, all ok"
only
:
-
master
-
deploy
pages
:
stage
:
deploy
script
:
-
echo "
D
eploy
ing
to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
-
echo "
d
eploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
artifacts
:
paths
:
-
public
only
:
-
master
\ No newline at end of file
only
:
-
master
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