Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/gazf/google-apps-script-ci-starter

Google Apps Script with CI/CD(wercker) Starter Kit
https://github.com/gazf/google-apps-script-ci-starter

ci clasp google-apps-script node wercker

Last synced: 4 months ago
JSON representation

Google Apps Script with CI/CD(wercker) Starter Kit

Lists

README

        

# google-apps-script-ci-starter
Deploy the Google Apps Script by CI (wercker)

## How to use?
### local: Create `.clasprc.json`
```
npm install -g @google/clasp
clasp login
cat ~/.clasprc.json
```

### wercker: Add Environment
|key|value|
|---|---|
|`CLASPRC_JSON`|Inside of .clasprc.json|
|`CLASP_JSON`|`{"scriptId": "","rootDir":"gas"}`|

## Edit /gas/source/index.js
Add your code here.

## CAUTION!
All existing scripts are deleted or overwritten.