From ac1d9e557eb07d0cc0a4faeddc2aa6ef6db1c024 Mon Sep 17 00:00:00 2001
From: Connor McArthur <connor@dbtlabs.com>
Date: Mon, 13 Nov 2023 13:27:51 -0500
Subject: [PATCH] add pipefail directives

---
 deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy.sh b/deploy.sh
index ab57a1a4e..89eb403a5 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -eo pipefail
 
 bundle install
 bundle exec middleman build