22 Star 147 Fork 72

锅巴汉化 / 猫国建设者(Kittens Game)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bitbucket-pipelines.yml 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
image: node:10.15.3
pipelines:
branches:
'{master,dev/*}':
- step:
# runs-on: self.hosted
name: 'Setup'
caches:
- nodecustom
- yarncustom
script:
- yarn
- yarn lint
- yarn test
- step:
name: 'Deploy'
script:
- pipe: atlassian/ssh-run:0.2.3
variables:
SSH_USER: 'bloodrizer'
SERVER: '104.248.76.129'
MODE: 'command'
COMMAND: '/var/www/kittensgame.com/html/deploy.sh'
definitions:
caches:
nodecustom: ./node_modules
yarncustom: /usr/local/share/.cache/yarn
JavaScript
1
https://gitee.com/likexia/cat-zh.git
git@gitee.com:likexia/cat-zh.git
likexia
cat-zh
猫国建设者(Kittens Game)
main

搜索帮助