Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split scripts into CI and VPS box | EuAndreh | 2019-05-28 | 1 | -21/+0 |
| | |||||
* | Remove set -x from ci-setup.sh | EuAndreh | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Add =set -x= to ci-setup.sh | EuAndreh | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Add backup routing before possibly tearing down machine | EuAndreh | 2019-05-28 | 1 | -0/+1 |
| | | | | | | | | | | Create a new backup entry before running =terraform apply=, which may (or may not) destroy the current machine. This shouldn't be an issue for the backup itself, since all of the data should be stored in a separate Block Storage Volume, but we can take advantage of the sevices already needing to be taken down in order to perform a full backup of the data. | ||||
* | Rename ./secrets/id_rsa{.pub} -> ./secrets/vps_box{.pub} | EuAndreh | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Change permission of ./secrets/id_rsa after git crypt unlock | EuAndreh | 2019-05-26 | 1 | -0/+2 |
| | |||||
* | Specify shell type to ShellCheck in nix-shell shebang files | EuAndreh | 2019-05-26 | 1 | -0/+1 |
| | |||||
* | Use more robust Bash cd approach | EuAndreh | 2019-05-26 | 1 | -1/+1 |
| | |||||
* | Use nix-shell shebang to run CI scripts | EuAndreh | 2019-05-26 | 1 | -1/+2 |
| | |||||
* | Prepare builds.sr.ht CI environment before running build tasks | EuAndreh | 2019-05-26 | 1 | -0/+16 |
Make content of .envrc available to subsequent build jobs. |