Commit 29b320b0 authored by Wen Wei Li's avatar Wen Wei Li

modfiy harbor url

parent 447e05b3
Pipeline #4692 failed with stage
......@@ -6,8 +6,8 @@ steps:
- name: build-and-publish-image
image: plugins/docker
settings:
registry: harbor.prlab.io
repo: harbor.prlab.io/study_group/ric-app-hw
registry: 192.168.17.110
repo: 192.168.17.110/study_group/ric-app-hw
dockerfile: Dockerfile
tags: 1.0.6
username:
......@@ -17,3 +17,23 @@ steps:
insecure : true
storage_driver: vfs
---
kind: pipeline
type: docker
name: deploy
steps:
- name: ssh_to_deploy
image: ghcr.io/appleboy/drone-ssh
hosts:
- 192.168.0.22
username:
from_secret: ssh_username
password:
from_secret: ssh_password
port: 22
command_timeout: 30s
script:
- cd /root/drone/
- git clone ${DRONE_REPO_LINK}
- cd /root/xAppSec/
- echo ${DRONE_REPO_NAME}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment