Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hainrich
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Konrad Völkel
hainrich
Commits
d93e5442
Commit
d93e5442
authored
3 months ago
by
Konrad Völkel
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
8ab25ae1
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#151293
failed
3 months ago
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-2
14 additions, 2 deletions
.gitlab-ci.yml
with
14 additions
and
2 deletions
.gitlab-ci.yml
+
14
−
2
View file @
d93e5442
# The Docker image that will be used to build your app
image
:
debian:bookworm
stages
:
-
deploy
pages
:
stage
:
deploy
image
:
busybox:latest
script
:
-
mv ./* public/
artifacts
:
paths
:
-
public
rules
:
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment