Skip to content
Snippets Groups Projects
Commit 92061484 authored by psy's avatar psy
Browse files

Add .gitlab-ci.yml

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #5666 failed
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- cp -r .well-known/ .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