Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 1f1a651

Browse files
authored
Merge pull request #141 from relay-tools/auto-configuration
Add the ability to configure auto deploys
2 parents 6e3dee6 + 2ab8644 commit 1f1a651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if [ ! -z "$TRAVIS_BRANCH" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
2-
npx auto shipit
2+
npx auto shipit $AUTO_OPTS
33
else
44
echo "Not on master, skipping deploy"
55
fi

0 commit comments

Comments
 (0)