Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils.nix: Fix shell derivation function helpers | EuAndreh | 2019-06-13 | 1 | -4/+3 |
| | |||||
* | Add 1 git-crypt collaborator | EuAndreh | 2019-06-13 | 1 | -0/+0 |
| | | | | | | New collaborators: B9578058 builds.sr.ht-gpg <builds.sr.ht-gpg@euandre.org> | ||||
* | Remove old GPG keypair from git-crypt | EuAndreh | 2019-06-13 | 1 | -0/+0 |
| | |||||
* | default.nix: Use shell helper functions from utils.nix | EuAndreh | 2019-06-12 | 2 | -21/+24 |
| | |||||
* | deploy.sh: assert dir before running finish-phase | EuAndreh | 2019-06-11 | 1 | -0/+3 |
| | | | | | Avoid failures that happened between a pushd and a popd to fail to call ./scripts/ci/mail.sh. | ||||
* | Don't fail when =terraform apply= is a noop | EuAndreh | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | WIP: add README.org | EuAndreh | 2019-06-11 | 1 | -0/+3 |
| | |||||
* | Add default colors.sh and README.css files | EuAndreh | 2019-06-11 | 2 | -0/+454 |
| | |||||
* | Tweak early exit of .envrc | EuAndreh | 2019-06-11 | 1 | -1/+1 |
| | | | | I guess this is needed because =direnv= loads the .envrc in a non-conventional way. | ||||
* | Only access any secret file in .envrc when decrypted | EuAndreh | 2019-06-11 | 1 | -6/+8 |
| | |||||
* | Only source ./secrets/secret-envrc.sh when decrypted. | EuAndreh | 2019-06-11 | 1 | -1/+6 |
| | |||||
* | TODOs.org | EuAndreh | 2019-06-11 | 1 | -1/+2 |
| | |||||
* | Remove duplicated dangling shutdown code | EuAndreh | 2019-06-11 | 1 | -5/+0 |
| | |||||
* | TODOs.org | EuAndreh | 2019-06-11 | 1 | -1/+4 |
| | |||||
* | Comment sections of vps.tf | EuAndreh | 2019-06-11 | 1 | -0/+8 |
| | |||||
* | TODOs.org | EuAndreh | 2019-06-11 | 1 | -6/+10 |
| | |||||
* | Turn off $DESTROY_VOLUME toggle | EuAndreh | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | Run shutdown with Ansible instead of Bash | EuAndreh | 2019-06-11 | 4 | -17/+34 |
| | |||||
* | Run Terraform refresh when not destroying everything | EuAndreh | 2019-06-11 | 1 | -1/+2 |
| | |||||
* | Debug failing Ansible logs | EuAndreh | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | s/mail_debug_log/finish_phase/ | EuAndreh | 2019-06-11 | 1 | -2/+2 |
| | |||||
* | Log when finished runnign trap | EuAndreh | 2019-06-11 | 1 | -0/+2 |
| | |||||
* | Debug failing Ansible playbook logs | EuAndreh | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | Log if trap was called on error or normal exit | EuAndreh | 2019-06-11 | 1 | -2/+10 |
| | |||||
* | Debug failing run of Ansible playbook | EuAndreh | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | Don't rely on git when running .buildenv and .envrc | EuAndreh | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | Revert "Install gitMinimal package to allow getting git SHA in .buildenv" | EuAndreh | 2019-06-11 | 1 | -2/+0 |
| | | | | This reverts commit 8bb7cd9d1f090a3e20e212566746b61a5f1fe4e9. | ||||
* | Install gitMinimal package to allow getting git SHA in .buildenv | EuAndreh | 2019-06-11 | 1 | -0/+2 |
| | |||||
* | Run git crypt lock inside trap function | EuAndreh | 2019-06-11 | 1 | -7/+7 |
| | |||||
* | Move envsubst calls out of setup.sh into deploy.sh | EuAndreh | 2019-06-11 | 2 | -7/+9 |
| | |||||
* | Set the directory before sourcing | EuAndreh | 2019-06-11 | 2 | -2/+1 |
| | |||||
* | Quiet import GPG | EuAndreh | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | Allow envrc to be sourced in CI | EuAndreh | 2019-06-10 | 2 | -3/+4 |
| | |||||
* | Remove call to =cd= in envrc files | EuAndreh | 2019-06-10 | 2 | -1/+0 |
| | |||||
* | Reorder setup.sh | EuAndreh | 2019-06-10 | 1 | -6/+6 |
| | |||||
* | Switch $DESTROY_VOLUME back on | EuAndreh | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | Switch off $DESTROY_VOLUME toggle | EuAndreh | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | Output all generated files on ./generated/, refactor .envrc variables | EuAndreh | 2019-06-10 | 15 | -70/+72 |
| | |||||
* | TODOs.org | EuAndreh | 2019-06-10 | 1 | -15/+27 |
| | |||||
* | Store updated Terraform files in case of failure | EuAndreh | 2019-06-10 | 2 | -1/+10 |
| | |||||
* | Only send log email when running on CI | EuAndreh | 2019-06-10 | 1 | -0/+7 |
| | |||||
* | Ignore /logs.txt | EuAndreh | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | ci dbg | EuAndreh | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | Fix missing stdout redirection '>' character | EuAndreh | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | Trust commited key | EuAndreh | 2019-06-10 | 2 | -1/+4 |
| | |||||
* | Add filename to logs.txt output | EuAndreh | 2019-06-10 | 1 | -1/+1 |
| | | | | | Taken from: https://stackoverflow.com/questions/5917413/concatenate-multiple-files-but-include-filename-as-section-headers | ||||
* | Put terraform output in email logs.txt | EuAndreh | 2019-06-10 | 1 | -3/+3 |
| | |||||
* | Commit public key instead of downloading it | EuAndreh | 2019-06-10 | 2 | -1/+64 |
| | |||||
* | Re enable $DESTROY_VOLUME toggle | EuAndreh | 2019-06-10 | 1 | -0/+0 |
| | |||||
* | Import GPG key before provisioning | EuAndreh | 2019-06-10 | 2 | -0/+1 |
| |