diff --git a/README.md b/README.md index cf276ca..e34b7a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -[![Flatris](flatris.png)](https://flatris.space/) +GRESEALA NR1 + +/[![Flatris](flatris.png)](https://flatris.space/) [![Build Status](https://travis-ci.org/skidding/flatris.svg?branch=master)](https://travis-ci.org/skidding/flatris) diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..a7f2a02 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,21 @@ +# Node.js with React +# Build a Node.js project that uses React. +# Add steps that analyze code, save build artifacts, deploy, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- task: NodeTool@0 + inputs: + versionSpec: '10.x' + displayName: 'Install Node.js' + +- script: | + npm install + npm run build + displayName: 'npm install and build' diff --git a/now.json b/now.json index 9bb711a..233dfb0 100644 --- a/now.json +++ b/now.json @@ -6,5 +6,8 @@ "ROLLBAR_POST_CLIENT_ITEM_ACCESS_TOKEN": "@rollbar-post-client-item-access-token", "FIREBASE_SERVICE_ACCOUNT": "@firebase-service-account" + + + GRESEALA NR2 } }