/purescript-container-builder-slack-template

This is sample that integrate Google Container Builder notification and Slack with PureScript!

Primary LanguagePureScriptMIT LicenseMIT

purescript-container-builder-slack-template

This is sample that integrate Google Container Builder notification and Slack with PureScript!

Setup

Install Google Cloud SDK and enable APIs.

Google Cloud SDK install.

Enable dependencies below:

Install Node.js

Node.js or NVM install.

nvm:

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
$ nvm install 4
$ nvm alias default 4

confirm version:

$ node -v
> v4.4.3

Install Yarn (option)

YARN download and install.

Install dependencies

$ yarn install
$ yarn run psc-package -- install

Compile

$ yarn run build

Register functions to Cloud Functions

$ yarn run function:register