feat: v2 版本 #206
@@ -10,10 +10,11 @@ jobs:
|
||||
steps:
|
||||
- name: Deploy
|
||||
run: |
|
||||
GIT_URL="http://8.161.227.145:3000/XEngineers/CamTalk.git"
|
||||
if [ -d /root/camtalk/.git ]; then
|
||||
cd /root/camtalk
|
||||
git fetch origin ${GITHUB_REF_NAME} --depth=1
|
||||
git reset --hard origin/${GITHUB_REF_NAME}
|
||||
git fetch "$GIT_URL" ${GITHUB_REF_NAME} --depth=1
|
||||
git reset --hard FETCH_HEAD
|
||||
else
|
||||
git clone --depth=1 --branch ${GITHUB_REF_NAME} \
|
||||
http://8.161.227.145:3000/XEngineers/CamTalk.git /tmp/camtalk-deploy
|
||||
|
||||
Reference in New Issue
Block a user