Skip to content
Snippets Groups Projects
.gitlab-ci.yml 248 B
Newer Older
Daniel Firth's avatar
Daniel Firth committed
publish:
  script:
Daniel Firth's avatar
Daniel Firth committed
  - echo "$MASTER_KEY" > key.txt
  - age --decrypt -i key.txt -o keys.tar.gz keys.tar.gz.age
  - tar xvf keys.tar.gz
Daniel Firth's avatar
Daniel Firth committed
  - nix run github:input-output-hk/foliage -- build
  - ls _repo/* -alh
Daniel Firth's avatar
Daniel Firth committed
  artifacts:
    paths:
      - _repo/*