forked from Supositware/Haha-Yes
16 lines
269 B
YAML
16 lines
269 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
- "9"
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
install: npm install
|
|
script:
|
|
- bash ./deploy/deploy.sh
|
|
env:
|
|
global:
|
|
- ENCRYPTION_LABEL: "1fc90f464345"
|
|
- COMMIT_AUTHOR_EMAIL: "Gawdl3y@gawdl3y.com"
|
|
dist: trusty
|
|
sudo: false
|