Tone.js/gulp/deploy_updates.sh
2017-12-27 18:43:31 -05:00

10 lines
142 B
Bash
Executable file

#!/bin/bash
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
# commit the build
sh push_build.sh
# update the site
sh update_site.sh
fi