Skip to content
Snippets Groups Projects
Commit c546b79f authored by Aida.Skarvatun's avatar Aida.Skarvatun
Browse files

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
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment