diff options
| -rw-r--r-- | .drone.yml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -15,3 +15,17 @@ steps: from_secret: FLY_API_TOKEN commands: - nix run .#deploy +--- +kind: pipeline +type: docker +name: daily-backup +trigger: + event: + - cron + +steps: + - name: update flakes + image: nixpkgs/nix-flakes:nixos-22.05 + commands: + - nix flake update --commit-lock-file + - nix develop -c git push origin --all |
