Support build-briefcase.sh
For now, I'm supporting two CI pipelines: - build-socrates - build-briefcase Conceptually, build-briefcase should cover what build-socrates does now, but eventually I would like build-socrates to call `switch-to-configuration` so that all of my websites, etc. stay fresh.
This commit is contained in:
parent
1bb32b1bcc
commit
42efb3b08a
3 changed files with 7 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ in {
|
|||
# systemd.services.monzo-token-server = {
|
||||
# enable = true;
|
||||
# description = "Ensure my Monzo access token is valid";
|
||||
# script = "${briefcase.monzo_ynab.tokens}/bin/token-server";
|
||||
# script = "${briefcase.tools.monzo_ynab.tokens}/bin/token-server";
|
||||
# # TODO(wpcarro): I'm unsure of the size of this security risk, but if a
|
||||
# # non-root user runs `systemctl cat monzo-token-server`, they could read the
|
||||
# # following, sensitive environment variables.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue