Skip to content

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

License

Notifications You must be signed in to change notification settings

narinari/purescript-container-builder-slack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published