0
mirror of https://github.com/valentineus/simple-container.git synced 2025-04-28 00:41:24 +03:00

Fix deploy list

This commit is contained in:
Valentin Popov 2017-10-22 18:32:12 +04:00
parent 6f6017d494
commit c10e4d849f

View File

@ -43,9 +43,9 @@ jobs:
- npm install - npm install
- npm run build - npm run build
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