travis-deploy 256 B

1234567891011
  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:deploy --quiet