mirror of
https://github.com/valentineus/simple-container.git
synced 2025-07-01 08:30:27 +03:00
Updating the automatic build
This commit is contained in:
@ -39,10 +39,13 @@ jobs:
|
|||||||
node_js: "8"
|
node_js: "8"
|
||||||
os: "linux"
|
os: "linux"
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
- git stash --all
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
deploy:
|
deploy:
|
||||||
provider: npm
|
provider: npm
|
||||||
skip_cleanup: false
|
skip_cleanup: true
|
||||||
email: "info@valentineus.link"
|
email: "info@valentineus.link"
|
||||||
api_key: $NPM_PROJECT_TOKEN
|
api_key: $NPM_PROJECT_TOKEN
|
||||||
|
on:
|
||||||
|
tags: true
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simple-container",
|
"name": "simple-container",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"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",
|
||||||
|
Reference in New Issue
Block a user