mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
Apparently the environment variables weren't correctly stored last time, so they had to be regenerated.
13 lines
254 B
YAML
13 lines
254 B
YAML
language: node_js
|
|
node_js:
|
|
- "6"
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
install: npm install
|
|
script: bash ./docs/deploy/deploy.sh
|
|
env:
|
|
global:
|
|
- ENCRYPTION_LABEL: "af862fa96d3e"
|
|
- COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com"
|
|
|