This repository has been archived on 2021-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
drone-nix-runner/.drone.yml
Simon Bruder b8c4e671c2
All checks were successful
continuous-integration/drone/push Build is passing
Initial commit
2020-10-10 13:59:38 +02:00

15 lines
355 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: r.sbruder.de
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: r.sbruder.de/drone-nix-runner
squash: true # since we move the nix store and dont want to store it twice