kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/kaka.farm
Log | Files | Refs | README

.gitlab-ci.yml (130B)


      1 image: alpine:latest
      2 
      3 pages:
      4   stage: deploy
      5   script:
      6   - mv html public
      7   artifacts:
      8     paths:
      9     - public
     10   only:
     11   - master