Compare commits

...

1 Commits

Author SHA1 Message Date
Danny Coates
529c6d0fe7 bump version for circleci build 2017-06-23 18:56:49 -07:00
3 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,8 @@ deployment:
- docker build -t mozilla/fileshare:latest .
- docker push mozilla/fileshare:latest
tags:
tags: /.*/
tag: /.*/
owner: mozilla
commands:
- npm run predocker
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "portal-alpha",
"version": "0.1.0",
"version": "0.1.1",
"lockfileVersion": 1,
"dependencies": {
"accepts": {

View File

@@ -1,7 +1,7 @@
{
"name": "portal-alpha",
"description": "File Sharing Experiment",
"version": "0.1.0",
"version": "0.1.1",
"author": "Mozilla (https://mozilla.org)",
"dependencies": {
"aws-sdk": "^2.62.0",