remove attic references
This commit is contained in:
parent
c877ba0346
commit
d87cc33315
1 changed files with 7 additions and 23 deletions
30
.drone.yml
30
.drone.yml
|
@ -11,18 +11,6 @@ get:
|
|||
path: local
|
||||
name: password
|
||||
---
|
||||
kind: secret
|
||||
name: attic_url
|
||||
get:
|
||||
path: attic
|
||||
name: url
|
||||
---
|
||||
kind: secret
|
||||
name: attic_key
|
||||
get:
|
||||
path: attic
|
||||
name: key
|
||||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: build
|
||||
|
@ -31,19 +19,19 @@ steps:
|
|||
image: docker.io/jcollie/nixos-runner:latest
|
||||
pull: always
|
||||
commands:
|
||||
- nix --extra-substituters $PLUGIN_ATTIC_URL --extra-trusted-public-keys $PLUGIN_ATTIC_KEY build -L .#webserver
|
||||
- nix build -L .#webserver
|
||||
- push-container result --repository network/healthchecks-webserver
|
||||
- nix --extra-substituters $PLUGIN_ATTIC_URL --extra-trusted-public-keys $PLUGIN_ATTIC_KEY build -L .#smtpd
|
||||
- nix build -L .#smtpd
|
||||
- push-container result --repository network/healthchecks-smtpd
|
||||
- nix --extra-substituters $PLUGIN_ATTIC_URL --extra-trusted-public-keys $PLUGIN_ATTIC_KEY build -L .#sendalerts
|
||||
- nix build -L .#sendalerts
|
||||
- push-container result --repository network/healthchecks-sendalerts
|
||||
- nix --extra-substituters $PLUGIN_ATTIC_URL --extra-trusted-public-keys $PLUGIN_ATTIC_KEY build -L .#sendreports
|
||||
- nix build -L .#sendreports
|
||||
- push-container result --repository network/healthchecks-sendreports
|
||||
- nix --extra-substituters $PLUGIN_ATTIC_URL --extra-trusted-public-keys $PLUGIN_ATTIC_KEY build -L .#maintenance
|
||||
- nix build -L .#maintenance
|
||||
- push-container result --repository network/healthchecks-maintenance
|
||||
- nix --extra-substituters $PLUGIN_ATTIC_URL --extra-trusted-public-keys $PLUGIN_ATTIC_KEY build -L .#migrate
|
||||
- nix build -L .#migrate
|
||||
- push-container result --repository network/healthchecks-migrate
|
||||
- nix --extra-substituters $PLUGIN_ATTIC_URL --extra-trusted-public-keys $PLUGIN_ATTIC_KEY build -L .#static
|
||||
- nix build -L .#static
|
||||
- push-container result --repository network/healthchecks-static
|
||||
settings:
|
||||
registry: r.ocj.io
|
||||
|
@ -51,10 +39,6 @@ steps:
|
|||
from_secret: local_username
|
||||
password:
|
||||
from_secret: local_password
|
||||
attic_url:
|
||||
from_secret: attic_url
|
||||
attic_key:
|
||||
from_secret: attic_key
|
||||
- name: notify
|
||||
image: plugins/webhook
|
||||
failure: ignore
|
||||
|
|
Loading…
Reference in a new issue