2 Star 3 Fork 2

繁星v/HuntFish_Laya3D

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitlab-ci.yml 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
zhangwg 提交于 2019-04-08 10:55 . 完整项目,包括特殊鱼
stages:
- deploy-pdev
before_script:
- git config --global core.longpaths true
- $SSH_URL=echo $CI_REPOSITORY_URL | perl -pe 's#.*@(.+?(\:\d+)?)/#ssh://git@\1:#'|sed 's#com:#com:8888/#'
deploy:
stage: deploy-pdev
# variables:
# CI_DEBUG_TRACE: "true"
only:
- deploy-pdev
script:
- gulp ci
- $SSH_URL
# - git config --global user.name "$env:GITLAB_USER_ID"
# - git config --global user.email "$env:GITLAB_USER_EMAIL"
# - git checkout master
# - git pull
# - git add .\bin\.
# - git commit -m "[ci skip]auto add bin\* with job $env:CI_JOB_ID"
# - git push $SSH_URL
- $DIR=C:\cygwin64\bin\ls.exe dist; $DIR
- ssh root@192.168.200.46 "! [[ $(dirname /data/www/fg/gamelist/public/global/list/fish/) == $(dirname /data/www/fg/gamelist/public/global/list/fish/$DIR/) ]] && rm -rf /data/www/fg/gamelist/public/global/list/fish/$DIR || exit 1"
- scp -r dist/$DIR root@192.168.200.46:/data/www/fg/gamelist/public/global/list/fish/
- ssh root@192.168.200.46 "chmod -R 775 /data/www/fg/gamelist/public/global/list/fish/$DIR && ls /data/www/fg/gamelist/public/global/list/fish/"
tags:
- windows
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hotzwd/HuntFish_Laya3D.git
git@gitee.com:hotzwd/HuntFish_Laya3D.git
hotzwd
HuntFish_Laya3D
HuntFish_Laya3D
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385