mirror of
https://gitlab.com/octtspacc/sitoctt-assets
synced 2024-12-28 00:50:49 +01:00
Update .gitlab-ci.yml
This commit is contained in:
commit
302fc0ecdc
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
image: alpine:latest
|
||||||
|
|
||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- echo 'Nothing to do...'
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- main
|
Loading…
Reference in New Issue
Block a user