mirror of
https://github.com/wangdoc/bash-tutorial.git
synced 2025-12-20 02:18:48 +08:00
21 lines
296 B
YAML
21 lines
296 B
YAML
language: node_js
|
|
node_js:
|
|
- 'node'
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
install:
|
|
- npm ci
|
|
# keep the npm cache around to speed up installs
|
|
cache:
|
|
directories:
|
|
- "$HOME/.npm"
|
|
|
|
script: bash ./deploy.sh
|
|
env:
|
|
global:
|
|
- ENCRYPTION_LABEL: 91658d000fbc
|
|
- COMMIT_AUTHOR_EMAIL: yifeng.ruan@gmail.com
|