Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Percen
AR
Commits
d1cec7b8
Commit
d1cec7b8
authored
4 months ago
by
Percen
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml file
parent
e51fb4d8
Pipeline
#10418
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
-3
.gitlab-ci.yml
with
5 additions
and
3 deletions
+5
-3
.gitlab-ci.yml
+
5
-
3
View file @
d1cec7b8
image
:
alpine:latest
stages
:
-
deploy
-
deploy
pages
:
stage
:
deploy
script
:
-
echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
-
mkdir -p public
# Erstelle das public-Verzeichnis
-
echo "Hello World" > public/index.html
# Lege eine Testdatei hinein
artifacts
:
paths
:
-
public
only
:
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
Menu
Explore
Projects
Groups
Snippets