mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 23:18:39 +03:00
bump version for circleci build
This commit is contained in:
@@ -13,7 +13,8 @@ deployment:
|
|||||||
- docker build -t mozilla/fileshare:latest .
|
- docker build -t mozilla/fileshare:latest .
|
||||||
- docker push mozilla/fileshare:latest
|
- docker push mozilla/fileshare:latest
|
||||||
tags:
|
tags:
|
||||||
tags: /.*/
|
tag: /.*/
|
||||||
|
owner: mozilla
|
||||||
commands:
|
commands:
|
||||||
- npm run predocker
|
- npm run predocker
|
||||||
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
|
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "portal-alpha",
|
"name": "portal-alpha",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"accepts": {
|
"accepts": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "portal-alpha",
|
"name": "portal-alpha",
|
||||||
"description": "File Sharing Experiment",
|
"description": "File Sharing Experiment",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"author": "Mozilla (https://mozilla.org)",
|
"author": "Mozilla (https://mozilla.org)",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"aws-sdk": "^2.62.0",
|
"aws-sdk": "^2.62.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user