Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build is failing Details

develop
jasder 3 weeks ago
parent 1bc842a4d3
commit 458d677770

@ -1,21 +1,17 @@
kind: pipeline kind: pipeline
type: ssh type: docker
name: cicd name: deploy-unit3d
platform: platform:
os: linux os: linux
arch: amd64 arch: amd64
server:
host: deploy_ip
user: deploy_name
password: deploy_pwd
steps: steps:
- name: cicd - name: maven
commands: image: maven:3-jdk-10
- echo ======= commands:
- nerdctl rm -f testnginx - mvn install -DskipTests=true
- nerdctl run --name testnginx -d -p 58080:80 nginx trigger:
- echo ==== nginx======= branch:
- curl 127.0.0.1:58080 - main
- echo ========== event:
- echo http://localhost:555 - push

Loading…
Cancel
Save