Delete .gitlab-ci.yml
This commit is contained in:
parent
b34f2c5ddf
commit
cfe0b7eeb4
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
||||||
deploy:
|
|
||||||
stage: deploy
|
|
||||||
image: alpine:latest
|
|
||||||
script:
|
|
||||||
- mkdir .public
|
|
||||||
- cp -r * .public
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- .public
|
|
||||||
only:
|
|
||||||
- main
|
|
||||||
|
|
||||||
pages:
|
|
||||||
stage: deploy
|
|
||||||
image: alpine:latest
|
|
||||||
script:
|
|
||||||
- mkdir .public
|
|
||||||
- cp -r * .public
|
|
||||||
- mv .public public
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- public
|
|
||||||
only:
|
|
||||||
- main
|
|
Loading…
Add table
Add a link
Reference in a new issue