• Robert Knight's avatar
    Add S3 deployment script to replace s3-npm-publish · dc514d39
    Robert Knight authored
    Replace the generic Docker-based s3-npm-publish tool with a JS script in the
    client repo which is tailored more specifically to the needs of client
    deployments:
    
     - Avoid creating the `hypothesis@X.Y` and `hypothesis@X` aliases which we
       never used.
    
     - Support uploading a copy of the entry point under a version-indepenent
       alias, regardless of whether this is a pre-release or not.
    
       This will enable creating a stable URL which points to the current QA
       version of the client.
    
     - Deploy the package directly from the current working directory. This saves
       the need to wait for publication to npm to complete, or the need to
       actually publish the package to npm at all in the case of the QA
       release.
    dc514d39
Name
Last commit
Last update
.github Loading commit data...
docs Loading commit data...
images Loading commit data...
scripts Loading commit data...
src Loading commit data...
.babelrc Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
CODE_OF_CONDUCT Loading commit data...
Jenkinsfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
gulpfile.js Loading commit data...
package.json Loading commit data...
requirements-dev.in Loading commit data...
yarn.lock Loading commit data...