study net8 自动打包配置

IRC_NewDev
hang 2024-07-11 16:07:11 +08:00
parent 73b77a477a
commit 239e0b84c2
1 changed files with 3 additions and 3 deletions

View File

@ -73,12 +73,12 @@ server:
steps: steps:
- name: publish-test-study - name: publish-test-study
commands: commands:
- cd /opt/1panel/xc-deploy/Test_Study/devops-build-publish - cd /opt/1panel/xc-deploy/Test_Study/devops-build-publish ; sh pull-build-test-study-image.sh v${DRONE_BUILD_NUMBER}
- sh test-study.sh v${DRONE_BUILD_NUMBER} - cd /opt/1panel/xc-deploy/Test_Study ;sh update-image-if-need-then-pull-aliyun.sh v${DRONE_BUILD_NUMBER}
trigger: trigger:
branch: branch:
- Test.Study - Test_Study_Net8
--- ---
kind: pipeline kind: pipeline