Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
test
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aida.Skarvatun
test
Commits
c546b79f
Commit
c546b79f
authored
7 months ago
by
Aida.Skarvatun
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
cf009808
No related branches found
No related tags found
No related merge requests found
Pipeline
#259576
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
-8
5 additions, 8 deletions
.gitlab-ci.yml
with
5 additions
and
8 deletions
.gitlab-ci.yml
+
5
−
8
View file @
c546b79f
stages
:
-
deploy
image
:
alpine:latest
pages
:
image
:
alpine:latest
stage
:
deploy
script
:
-
mkdir .public
-
cp index.html .public
-
mv .public public
-
echo 'Nothing to do...'
artifacts
:
paths
:
-
public
-
public/
only
:
-
main
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