forked from p68pgqsh7/simulation_temp
Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
1bc842a4d3
commit
458d677770
@ -1,21 +1,17 @@
|
||||
|
||||
kind: pipeline
|
||||
type: ssh
|
||||
name: cicd
|
||||
type: docker
|
||||
name: deploy-unit3d
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
server:
|
||||
host: deploy_ip
|
||||
user: deploy_name
|
||||
password: deploy_pwd
|
||||
steps:
|
||||
- name: cicd
|
||||
- name: maven
|
||||
image: maven:3-jdk-10
|
||||
commands:
|
||||
- echo =======
|
||||
- nerdctl rm -f testnginx
|
||||
- nerdctl run --name testnginx -d -p 58080:80 nginx
|
||||
- echo ==== nginx=======
|
||||
- curl 127.0.0.1:58080
|
||||
- echo ==========
|
||||
- echo http://localhost:555
|
||||
|
||||
- mvn install -DskipTests=true
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
|
Loading…
Reference in new issue