Skip to content

Commit 097b6b3

Browse files
author
Tim Hopper
committed
fix script
1 parent 208fc6f commit 097b6b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

netlify_deploy.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ if [ $TRAVIS_BRANCH = "foo" ]; then
77
--dir ./web \
88
--prod \
99
--message "Production deploy from Travis CI"
10-
1110
else
1211
netlify deploy \
1312
--auth $NETLIFY_AUTH_TOKEN \
1413
--site $NETLIFY_SITE_ID \
1514
--dir ./web \
1615
--message "Preview deploy from Travis CI"
17-
if
16+
fi

0 commit comments

Comments
 (0)