This commit is contained in:
parent
f465029bc4
commit
d8b17073cd
1 changed files with 8 additions and 7 deletions
15
.drone.yml
15
.drone.yml
|
@ -25,20 +25,21 @@ steps:
|
|||
image: docker.io/jcollie/nixos-runner:latest
|
||||
pull: always
|
||||
commands:
|
||||
- set
|
||||
- nix build -L .#webserver
|
||||
- push-container result --repository healthchecks/webserver
|
||||
- push-container result --repository jeff/healthchecks-webserver
|
||||
- nix build -L .#smtpd
|
||||
- push-container result --repository healthchecks/smtpd
|
||||
- push-container result --repository jeff/healthchecks-smtpd
|
||||
- nix build -L .#sendalerts
|
||||
- push-container result --repository healthchecks/sendalerts
|
||||
- push-container result --repository jeff/healthchecks-sendalerts
|
||||
- nix build -L .#sendreports
|
||||
- push-container result --repository healthchecks/sendreports
|
||||
- push-container result --repository jeff/healthchecks-sendreports
|
||||
- nix build -L .#maintenance
|
||||
- push-container result --repository healthchecks/maintenance
|
||||
- push-container result --repository jeff/healthchecks-maintenance
|
||||
- nix build -L .#migrate
|
||||
- push-container result --repository healthchecks/migrate
|
||||
- push-container result --repository jeff/healthchecks-migrate
|
||||
- nix build -L .#static
|
||||
- push-container result --repository healthchecks/static
|
||||
- push-container result --repository jeff/healthchecks-static
|
||||
settings:
|
||||
registry:
|
||||
from_secret: registry
|
||||
|
|
Loading…
Reference in a new issue