Dateien nach "/" hochladen
This commit is contained in:
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
pages:
|
||||
stage: deploy
|
||||
image: alpine:latest
|
||||
script:
|
||||
- apk add --no-cache rsync
|
||||
- mkdir -p public
|
||||
- rsync -av --delete --exclude public --exclude .git --exclude .gitlab-ci.yml ./ public/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- main
|
||||
Reference in New Issue
Block a user