Skip to content
Snippets Groups Projects
Commit cf2ce618 authored by Falk Rehse's avatar Falk Rehse
Browse files

Expose artifact as gitlab page

parent f0a1ae4c
No related branches found
No related tags found
No related merge requests found
Pipeline #176795 failed
...@@ -3,8 +3,19 @@ build: ...@@ -3,8 +3,19 @@ build:
stage: build stage: build
script: script:
- cargo build --release --no-default-features - cargo build --release --no-default-features
artifacts:
paths:
- target/release/*
pages:
stage: deploy
image: alpine
script:
- mkdir public
- mv target/release/matrix-calver matrix-calver - mv target/release/matrix-calver matrix-calver
artifacts: artifacts:
paths: paths:
- matrix-calver - public
expose_as: matrix-calver only:
- main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment