mirror of
https://github.com/valentineus/simple-container.git
synced 2025-04-28 00:41:24 +03:00
Automatic publication of the package in GitHub
This commit is contained in:
parent
c10e4d849f
commit
c7db50ca23
11
.travis.yml
11
.travis.yml
@ -42,10 +42,19 @@ jobs:
|
|||||||
- git stash --all
|
- git stash --all
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
- npm pack
|
||||||
deploy:
|
deploy:
|
||||||
provider: npm
|
- provider: npm
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
email: "info@valentineus.link"
|
email: "info@valentineus.link"
|
||||||
api_key: $NPM_PROJECT_TOKEN
|
api_key: $NPM_PROJECT_TOKEN
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
|
- provider: releases
|
||||||
|
skip_cleanup: true
|
||||||
|
file: "simple-container-*.tgz"
|
||||||
|
email: "info@valentineus.link"
|
||||||
|
api_key: $GITHUB_PROJECT_TOKEN
|
||||||
|
on:
|
||||||
|
tags: true
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simple-container",
|
"name": "simple-container",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"description": "Simple and fast work with the Docker container",
|
"description": "Simple and fast work with the Docker container",
|
||||||
"homepage": "https://github.com/valentineus/simple-container",
|
"homepage": "https://github.com/valentineus/simple-container",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user