Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migration: Remove Ansible and Docker code, move only to NixOS | EuAndreh | 2020-08-10 | 1 | -21/+0 |
| | |||||
* | Don't run restore backup Ansible task when not required | EuAndreh | 2019-06-10 | 1 | -7/+0 |
| | | | | | | | Instead of performing this task on the generated =restore-backup.sh= file, do it on provision.yaml. The boolean logic is less confusing and the interpolation is less tricky. | ||||
* | Disable SC2034 for ${DOLLAR} interpolated variable | EuAndreh | 2019-06-07 | 1 | -0/+3 |
| | |||||
* | Add ${DESTROY_VOLUME} operational toggle | EuAndreh | 2019-06-06 | 1 | -0/+7 |
| | | | | | | | | | | | | | This way I can dynamically control whether to destroy and recreate all the existing infrastructure entirely from scratch. The advantages of doing so are: - test the non-existence of local state on every deployment; - make sure I can always recreate everything from scratch. The disadvantages are: - slower deployment times; - longer downtime during deployments. | ||||
* | Remove invalid --stats option from borg extract command | EuAndreh | 2019-06-06 | 1 | -1/+0 |
| | |||||
* | Fail fast on copied Bash files | EuAndreh | 2019-06-06 | 1 | -0/+1 |
| | |||||
* | Unify quoted strings from restore-backup.env.sh | EuAndreh | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | Use ${DOLLAR}{VAR} to double scape bash variable in .env templates | EuAndreh | 2019-06-06 | 1 | -2/+2 |
| | |||||
* | Fix ShellCheck offenses | EuAndreh | 2019-06-05 | 1 | -2/+2 |
| | |||||
* | Restore from backup in fresh volume | EuAndreh | 2019-06-05 | 1 | -0/+18 |