travis-deploy 276 B

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