feat: 执行器runner基本搭建完成 + drone ci/cd

This commit is contained in:
2025-04-07 20:01:03 +08:00
parent ad9ae2ceb6
commit 5cbf231434
2 changed files with 6 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ steps:
- sed -i 's/$DRONE_COMMIT/${DRONE_COMMIT}/' deployment.yml
- sed -i 's/$DRONE_REPO_NAME/${DRONE_REPO_NAME}/' deployment.yml
- echo $DOCKER_PASSWORD | docker login $REGISTRY --username $DOCKER_USERNAME --password-stdin
- sh docker_pro.sh
- sh docker.sh.sh
- docker rmi -f $(docker images | grep $DRONE_REPO_NAME | awk '{print $3}')
- name: deploy