uppy/bin/travis-deploy
2019-03-28 15:08:56 +01:00

12 lines
276 B
Bash
Executable file

#!/usr/bin/env bash
set -o pipefail
set -o errexit
set -o nounset
# set -o xtrace
git config --global user.name 'Uppy Bot'
git config --global user.email 'uppybot@uppy.io'
# because a Travis deploy script has to be a real file
npm run web:install
npm run web:deploy --quiet