Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mandic
Visualization
Commits
b57c7549
You need to sign in or sign up before continuing.
Commit
b57c7549
authored
May 19, 2021
by
Koukofikis
Browse files
Update .gitlab-ci.yml
parent
fa96dcfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b57c7549
image
:
alpine:latest
stages
:
-
test
-
deploy
test-job
:
stage
:
test
script
:
-
echo "Testing files exist..."
-
test -f public/index.html
-
echo "Test finished, all ok"
only
:
-
master
pages
:
stage
:
deploy
script
:
-
echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
-
echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
artifacts
:
paths
:
-
public
-
public
only
:
-
master
-
master
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