代码拉取完成,页面将自动刷新
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。