Add travis staging

This commit is contained in:
Crawl
2017-05-13 19:16:32 +02:00
parent 8a7a805d92
commit b9172ffe22

View File

@@ -6,8 +6,12 @@ cache:
directories: directories:
- node_modules - node_modules
install: npm install install: npm install
script: script: bash ./deploy/test.sh
- bash ./deploy/deploy.sh jobs:
include:
- stage: build
node_js: "6"
script: bash ./deploy/deploy.sh
env: env:
global: global:
- ENCRYPTION_LABEL: "af862fa96d3e" - ENCRYPTION_LABEL: "af862fa96d3e"