diff options
author | Christopher Baines <mail@cbaines.net> | 2019-06-08 10:28:14 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-06-08 10:28:14 +0100 |
commit | d7586e88fa57485b21b0e6d64732583a07aee9ac (patch) | |
tree | 617cce2831a10e459fb7cf2dec86c48365ae7bf6 /scripts | |
parent | 64be346c8db1874a8b2289d008089ccc202aed5d (diff) | |
download | data-service-d7586e88fa57485b21b0e6d64732583a07aee9ac.tar data-service-d7586e88fa57485b21b0e6d64732583a07aee9ac.tar.gz |
Pass --plan-file to the sqitch deploy command
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/guix-data-service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/guix-data-service.in b/scripts/guix-data-service.in index 9e91436..227c86f 100644 --- a/scripts/guix-data-service.in +++ b/scripts/guix-data-service.in @@ -71,6 +71,7 @@ (let ((command (list (%config 'sqitch) "deploy" + "--plan-file" (%config 'sqitch-plan) (string-append "db:pg://" (%config 'database-user) "@" |