加入任务导航操作按钮

This commit is contained in:
marvzhang
2020-02-23 08:45:38 +08:00
parent 259403d3e5
commit 97bf817b22
3 changed files with 64 additions and 30 deletions

View File

@@ -51,3 +51,10 @@ jobs:
docker tag image $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
- name: Deploy
run: |
if [ $VERSION == "release"]; then
apt-get install -y curl
curl ${{ secrets.JENKINS_RELEASE_URL }}
fi