Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Okeke
Cynthia
Commits
b48a6670
Commit
b48a6670
authored
Jun 22, 2023
by
Okeke
Browse files
Upload New File
parent
f3fb7f8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci.yml
0 → 100644
View file @
b48a6670
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/"
artifacts
:
paths
:
-
public
only
:
-
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