aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-03-12 01:14:05 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-03-12 23:38:11 +0900
commit754001bf63c6ad0b18329f601360d470870704b8 (patch)
treea5efe92ea06d2cf5c0f64d4fac8148d87fa841fc
parentf2d38e817eccab86a71ee04198a76c2ab3b07297 (diff)
Perform verify after rebase or deploy.
-rw-r--r--sqitch.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/sqitch.conf b/sqitch.conf
index 238bd92..490a857 100644
--- a/sqitch.conf
+++ b/sqitch.conf
@@ -6,3 +6,7 @@
uri = db:pg://db.private.tojo.tokyo/kakeibo_test
[engine "pg"]
target = kakeibo_test
+[deploy]
+ verify = true
+[rebase]
+ verify = true