Skip to content
Snippets Groups Projects
Commit 5835b468 authored by Lil-Missy's avatar Lil-Missy
Browse files

Add .gitlab-ci.yml to create public artifact

parent 823a14bf
No related branches found
No related tags found
1 merge request!1Add .gitlab-ci.yml to create public artifact
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
.gitlab-ci.yml 0 → 100644
image: alpine:latest
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment