Pass --plan-file to the sqitch deploy command

This commit is contained in:
Christopher Baines 2019-06-08 10:28:14 +01:00
parent 64be346c8d
commit d7586e88fa

View file

@ -71,6 +71,7 @@
(let ((command (let ((command
(list (%config 'sqitch) (list (%config 'sqitch)
"deploy" "deploy"
"--plan-file" (%config 'sqitch-plan)
(string-append "db:pg://" (string-append "db:pg://"
(%config 'database-user) (%config 'database-user)
"@" "@"