aboutsummaryrefslogtreecommitdiff
path: root/ci-setup.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split scripts into CI and VPS boxEuAndreh2019-05-281-21/+0
|
* Remove set -x from ci-setup.shEuAndreh2019-05-281-1/+1
|
* Add =set -x= to ci-setup.shEuAndreh2019-05-281-1/+1
|
* Add backup routing before possibly tearing down machineEuAndreh2019-05-281-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}EuAndreh2019-05-281-1/+1
|
* Change permission of ./secrets/id_rsa after git crypt unlockEuAndreh2019-05-261-0/+2
|
* Specify shell type to ShellCheck in nix-shell shebang filesEuAndreh2019-05-261-0/+1
|
* Use more robust Bash cd approachEuAndreh2019-05-261-1/+1
|
* Use nix-shell shebang to run CI scriptsEuAndreh2019-05-261-1/+2
|
* Prepare builds.sr.ht CI environment before running build tasksEuAndreh2019-05-261-0/+16
Make content of .envrc available to subsequent build jobs.