remove attic references

This commit is contained in:
Jeffrey C. Ollie 2023-08-21 10:38:33 -05:00
parent c877ba0346
commit d87cc33315
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -11,18 +11,6 @@ get:
path: local path: local
name: password name: password
--- ---
kind: secret
name: attic_url
get:
path: attic
name: url
---
kind: secret
name: attic_key
get:
path: attic
name: key
---
kind: pipeline kind: pipeline
type: kubernetes type: kubernetes
name: build name: build
@ -31,19 +19,19 @@ steps:
image: docker.io/jcollie/nixos-runner:latest image: docker.io/jcollie/nixos-runner:latest
pull: always pull: always
commands: 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 - 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 - 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 - 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 - 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 - 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 - 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 - push-container result --repository network/healthchecks-static
settings: settings:
registry: r.ocj.io registry: r.ocj.io
@ -51,10 +39,6 @@ steps:
from_secret: local_username from_secret: local_username
password: password:
from_secret: local_password from_secret: local_password
attic_url:
from_secret: attic_url
attic_key:
from_secret: attic_key
- name: notify - name: notify
image: plugins/webhook image: plugins/webhook
failure: ignore failure: ignore