aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-26 12:02:17 -0300
committerEuAndreh <eu@euandre.org>2019-05-26 12:02:17 -0300
commitba0b57df6eb17c83b12b7ad681794e5aff512dac (patch)
treec6f8a1bf51f8997db50c3c0f1658a3bb5bb1daca
parentAutomate provisioning and deployment of VPS (diff)
downloadserver-ba0b57df6eb17c83b12b7ad681794e5aff512dac.tar.gz
server-ba0b57df6eb17c83b12b7ad681794e5aff512dac.tar.xz
Add gnupg to allow pipeline to import GPG keys
-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?