aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml2
-rw-r--r--TODOs.org2
2 files changed, 3 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 6346e2b..08e35a1 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,6 +1,8 @@
image: nixos/unstable
repositories:
nixpkgs: https://nixos.org/channels/nixpkgs-unstable
+packages:
+ - gnupg
triggers:
- condition: failure
action: email
diff --git a/TODOs.org b/TODOs.org
index 1fa7ee7..2eca505 100644
--- a/TODOs.org
+++ b/TODOs.org
@@ -4,7 +4,7 @@ CLOSED: [2019-05-25 Sat 13:29]
** DONE Properly provision Ubuntu droplet
CLOSED: [2019-05-25 Sat 17:50]
** TODO Use Digital Ocean's Volumes for persistent extended storage
-** TODO Automate deployment of updates
+** DOING Automate deployment of updates
During build, decrypt content of files and update the deployment.
How does Terraform tfstate file can be handled in this case?