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 (372B)


      1 image: ubuntu:latest
      2 
      3 pages:
      4   stage: deploy
      5   script:
      6   - apt-get update
      7   - apt-get install -y wget make
      8   - wget https://github.com/cobalt-org/cobalt.rs/releases/download/v0.15.4/cobalt-v0.15.4-x86_64-unknown-linux-gnu.tar.gz
      9   - tar xvf cobalt-v0.15.4-x86_64-unknown-linux-gnu.tar.gz
     10   - make gitlab-ci
     11   artifacts:
     12     paths:
     13     - public/
     14   only:
     15   - master
     16   - dev