Skip to content
Snippets Groups Projects
Commit d93e5442 authored by Konrad Völkel's avatar Konrad Völkel
Browse files

Update .gitlab-ci.yml file

parent 8ab25ae1
Branches
No related tags found
No related merge requests found
Pipeline #151293 failed
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment